From 4fac394ef161867340d37a802091bfff57fdbec3 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 26 Jul 2026 15:54:21 +0200 Subject: Fix: font size compensation for missing viewport is not needed anymore --- public/stylesheets/admin.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'public/stylesheets') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 2d2873ad..96ada17e 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1043,7 +1043,6 @@ input#tag_list { input[type=text]#page_title { box-sizing: border-box; width: 100%; - font-size: 2rem; padding-top: 6px; padding-bottom: 4px; padding-left: 5px; @@ -1056,13 +1055,6 @@ input#tag_list { box-sizing: border-box; width: 100%; } - - input[type=text], textarea { - font-size: 1.5rem; - } - select { - font-size: 1.5rem; - } } /* ============================================================ -- cgit v1.3