diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-26 15:54:21 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-26 15:54:21 +0200 |
| commit | 4fac394ef161867340d37a802091bfff57fdbec3 (patch) | |
| tree | a5e7c476458de905a8bcd95ffb1373f253fab0be | |
| parent | 3b321ff637f431e16a13cef657a184041f605e68 (diff) | |
Fix: font size compensation for missing viewport is not needed anymore
| -rw-r--r-- | public/stylesheets/admin.css | 8 |
1 files changed, 0 insertions, 8 deletions
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 { | |||
| 1043 | input[type=text]#page_title { | 1043 | input[type=text]#page_title { |
| 1044 | box-sizing: border-box; | 1044 | box-sizing: border-box; |
| 1045 | width: 100%; | 1045 | width: 100%; |
| 1046 | font-size: 2rem; | ||
| 1047 | padding-top: 6px; | 1046 | padding-top: 6px; |
| 1048 | padding-bottom: 4px; | 1047 | padding-bottom: 4px; |
| 1049 | padding-left: 5px; | 1048 | padding-left: 5px; |
| @@ -1056,13 +1055,6 @@ input#tag_list { | |||
| 1056 | box-sizing: border-box; | 1055 | box-sizing: border-box; |
| 1057 | width: 100%; | 1056 | width: 100%; |
| 1058 | } | 1057 | } |
| 1059 | |||
| 1060 | input[type=text], textarea { | ||
| 1061 | font-size: 1.5rem; | ||
| 1062 | } | ||
| 1063 | select { | ||
| 1064 | font-size: 1.5rem; | ||
| 1065 | } | ||
| 1066 | } | 1058 | } |
| 1067 | 1059 | ||
| 1068 | /* ============================================================ | 1060 | /* ============================================================ |
