Skip to content

Commit edb21f5

Browse files
committed
Make subscribe dropdown more mobile friendly
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 1cdd394 commit edb21f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

styles/all/theme/phpbb_wpn.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,13 @@
2525
.wpn-notification-dropdown-footer button:disabled {
2626
opacity: 0.7;
2727
}
28+
29+
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
30+
.wpn-notification-dropdown-footer button > span {
31+
display: none;
32+
}
33+
34+
.wpn-notification-dropdown-footer button > .icon {
35+
font-size: 24px;
36+
}
37+
}

0 commit comments

Comments
 (0)