We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdd394 commit edb21f5Copy full SHA for edb21f5
1 file changed
styles/all/theme/phpbb_wpn.css
@@ -25,3 +25,13 @@
25
.wpn-notification-dropdown-footer button:disabled {
26
opacity: 0.7;
27
}
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