Skip to content

Commit 44beec5

Browse files
committed
fix css for firefox
1 parent 2c1fa32 commit 44beec5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/groups/Groups.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Groups({ setShowsGroups }) {
1919
const [editing, setEditing] = useState(false)
2020

2121
return (
22-
<div>
22+
<div className='w-80'>
2323
{setShowsGroups && (
2424
<div className="flex flex-row items-center flex-1 gap-2 px-4 py-2 text-white bg-blue-500">
2525
<button

src/popup/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
sans-serif;
1414

1515
color-scheme: light;
16-
background-color: #242424;
16+
background-color: #fafafa;
1717
}
1818

1919
@media (prefers-color-scheme: light) {
@@ -23,6 +23,6 @@
2323
}
2424

2525
body {
26-
min-width: 20rem;
26+
width: 20rem;
2727
margin: 0;
2828
}

0 commit comments

Comments
 (0)