Skip to content

Commit 475623c

Browse files
committed
Make toggle larger than default sizing
Signed-off-by: Matt Friedman <maf675@gmail.com> Shrink responsive breakpoint Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent b4201e8 commit 475623c

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

styles/all/theme/phpbb_wpn.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
color: #9e9e9e;
88
}
99

10-
.button.hidden {
10+
.button.hidden,
11+
.wpn-notification-dropdown-footer button.hidden {
1112
display: none;
1213
}
1314

@@ -22,11 +23,20 @@
2223
gap: 20px;
2324
}
2425

26+
.wpn-notification-dropdown-footer button {
27+
display: inline-flex;
28+
align-items: center;
29+
}
30+
2531
.wpn-notification-dropdown-footer button:disabled {
2632
opacity: 0.7;
2733
}
2834

29-
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
35+
.wpn-notification-dropdown-footer button > .icon {
36+
font-size: 20px;
37+
}
38+
39+
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
3040
.wpn-notification-dropdown-footer button > span {
3141
display: none;
3242
}

0 commit comments

Comments
 (0)