We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 163d1c5 + edb21f5 commit ad9bb9eCopy full SHA for ad9bb9e
1 file changed
styles/all/theme/phpbb_wpn.css
@@ -19,8 +19,19 @@
19
flex-wrap: nowrap;
20
justify-content: space-between;
21
padding: 5px 10px;
22
+ gap: 20px;
23
}
24
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