We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc45e6 commit d4886beCopy full SHA for d4886be
1 file changed
styles/all/theme/phpbb_wpn.css
@@ -40,13 +40,13 @@
40
font-size: 20px;
41
}
42
43
-@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
+@media (max-width: 350px) {
44
.wpn-notification-dropdown-footer button > .icon {
45
font-size: 24px;
46
47
48
49
-@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
+@media (max-width: 700px) {
50
.wpn.button {
51
margin-top: 8px;
52
0 commit comments