Skip to content

Commit d4886be

Browse files
committed
Remove deprecated media queries
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 9fc45e6 commit d4886be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

styles/all/theme/phpbb_wpn.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
font-size: 20px;
4141
}
4242

43-
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
43+
@media (max-width: 350px) {
4444
.wpn-notification-dropdown-footer button > .icon {
4545
font-size: 24px;
4646
}
4747
}
4848

49-
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
49+
@media (max-width: 700px) {
5050
.wpn.button {
5151
margin-top: 8px;
5252
}

0 commit comments

Comments
 (0)