Skip to content

Commit

Permalink
Remove deprecated media queries
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Jun 24, 2024
1 parent 9fc45e6 commit d4886be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/all/theme/phpbb_wpn.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
font-size: 20px;
}

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

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
@media (max-width: 700px) {
.wpn.button {
margin-top: 8px;
}
Expand Down

0 comments on commit d4886be

Please sign in to comment.