From 592398f4dec8b57333232c17e48829f77a8bbb4b Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 18 Jan 2024 21:36:29 +0600 Subject: [PATCH] cobalt.css: fix header padding on smaller devices --- src/front/cobalt.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 145bad4a..8a936031 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -1180,8 +1180,3 @@ button:active, padding-right: 0.7rem; } } -@media screen and (max-width: 400px) { - .popup-title { - line-height: inherit; - } -}