We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4201e8 commit 475623cCopy full SHA for 475623c
1 file changed
styles/all/theme/phpbb_wpn.css
@@ -7,7 +7,8 @@
7
color: #9e9e9e;
8
}
9
10
-.button.hidden {
+.button.hidden,
11
+.wpn-notification-dropdown-footer button.hidden {
12
display: none;
13
14
@@ -22,11 +23,20 @@
22
23
gap: 20px;
24
25
26
+.wpn-notification-dropdown-footer button {
27
+ display: inline-flex;
28
+ align-items: center;
29
+}
30
+
31
.wpn-notification-dropdown-footer button:disabled {
32
opacity: 0.7;
33
34
-@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) {
40
.wpn-notification-dropdown-footer button > span {
41
42
0 commit comments