We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1fa32 commit 44beec5Copy full SHA for 44beec5
src/groups/Groups.jsx
@@ -19,7 +19,7 @@ export default function Groups({ setShowsGroups }) {
19
const [editing, setEditing] = useState(false)
20
21
return (
22
- <div>
+ <div className='w-80'>
23
{setShowsGroups && (
24
<div className="flex flex-row items-center flex-1 gap-2 px-4 py-2 text-white bg-blue-500">
25
<button
src/popup/index.css
@@ -13,7 +13,7 @@
13
sans-serif;
14
15
color-scheme: light;
16
- background-color: #242424;
+ background-color: #fafafa;
17
}
18
@media (prefers-color-scheme: light) {
@@ -23,6 +23,6 @@
body {
26
- min-width: 20rem;
+ width: 20rem;
27
margin: 0;
28
0 commit comments