From d4886be25bf7e5d765b96999d18e785c411cb706 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 24 Jun 2024 10:03:59 -0700 Subject: [PATCH] Remove deprecated media queries Signed-off-by: Matt Friedman --- styles/all/theme/phpbb_wpn.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/all/theme/phpbb_wpn.css b/styles/all/theme/phpbb_wpn.css index 743fe4f..415d0b2 100644 --- a/styles/all/theme/phpbb_wpn.css +++ b/styles/all/theme/phpbb_wpn.css @@ -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; }