diff --git a/pages/content-ui/src/tailwind-output.css b/pages/content-ui/src/tailwind-output.css index c61733b6a..ea0c743a1 100644 --- a/pages/content-ui/src/tailwind-output.css +++ b/pages/content-ui/src/tailwind-output.css @@ -44,9 +44,10 @@ html, -moz-tab-size: 4; /* 3 */ -o-tab-size: 4; - tab-size: 4; + tab-size: 4; /* 3 */ - font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', + 'Noto Color Emoji'; /* 4 */ font-feature-settings: normal; /* 5 */ @@ -89,7 +90,7 @@ Add the correct text decoration in Chrome, Edge, and Safari. abbr:where([title]) { -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; + text-decoration: underline dotted; } /* @@ -135,7 +136,7 @@ code, kbd, samp, pre { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; /* 1 */ font-feature-settings: normal; /* 2 */ @@ -378,7 +379,8 @@ textarea { 2. Set the default placeholder color to the user's configured gray 400 color. */ -input::-moz-placeholder, textarea::-moz-placeholder { +input::-moz-placeholder, +textarea::-moz-placeholder { opacity: 1; /* 1 */ color: #9ca3af; @@ -398,7 +400,7 @@ Set the default cursor for buttons. */ button, -[role="button"] { +[role='button'] { cursor: pointer; } @@ -446,7 +448,9 @@ video { display: none; } -*, ::before, ::after { +*, +::before, +::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; diff --git a/pages/popup/src/Popup.css b/pages/popup/src/Popup.css index b94ce138e..e29c75f92 100644 --- a/pages/popup/src/Popup.css +++ b/pages/popup/src/Popup.css @@ -6,7 +6,7 @@ right: 0; text-align: center; height: 100%; - padding: 1rem + padding: 1rem; } .App-logo {