From 60b682b62a827e3ae155608056a08c9e6bc18f80 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 12 Dec 2023 19:09:02 +0200 Subject: [PATCH] chore: query: lint --- css/query.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/query.css b/css/query.css index e78d4b56..9a944de2 100644 --- a/css/query.css +++ b/css/query.css @@ -102,10 +102,10 @@ } } -/* stylelint-disable */ /* iphone 6 landscape */ -@media only screen and (device-width >= 375px) and (device-width <= 667px) and (orientation: landscape), - @media only screen and (max-height: 360px) and (max-width: 640px) { +@media + only screen and (device-width >= 375px) and (device-width <= 667px) and (orientation: landscape), + only screen and (max-height: 360px) and (max-width: 640px) { .fm { height: 55%; } @@ -114,7 +114,6 @@ height: 60%; } } -/* stylelint-enable*/ @media only screen and (width <= 600px) { .panel {