Skip to content

Commit aebdbeb

Browse files
Fixed size bug
1 parent 6f9d90b commit aebdbeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

popup.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
body {
77
font-family: 'Manrope', sans-serif;
8-
min-width: 50vw;
9-
min-height: 50vh;
8+
min-width: 23rem;
9+
min-height: 18rem;
1010
}
1111

1212
a {
@@ -47,4 +47,4 @@ a {
4747

4848
font-size: small;
4949

50-
}
50+
}

0 commit comments

Comments
 (0)