Skip to content

Commit 4f53ef8

Browse files
increase pixels
1 parent 7b739f5 commit 4f53ef8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

style.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ td[data-label="completion"] {
5050
top:10px;
5151
right: 10px;
5252
}
53+
54+
@media screen and (max-width: 675px) {
55+
.switchpages{
56+
all: unset;
57+
}
58+
}
59+
5360
@media screen and (max-width: 600px) {
5461
table, thead, tbody, th, td, tr {
5562
display: block;
@@ -82,7 +89,4 @@ td[data-label="completion"] {
8289
min-width: 0;
8390
width: 100% !important;
8491
}
85-
.switchpages{
86-
all: unset;
87-
}
8892
}

0 commit comments

Comments
 (0)