From 0efceeb8c660a3dc645911cd27e98c8152cb20fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 29 May 2022 23:27:43 +0200 Subject: [PATCH] print: adjust button and tab size #259 --- static/css/tabs.css | 2 +- static/css/theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/tabs.css b/static/css/tabs.css index 8a6e3d5815..425316bcd0 100644 --- a/static/css/tabs.css +++ b/static/css/tabs.css @@ -9,7 +9,7 @@ color-adjust: exact; display: block; float: left; - font-size: 14px; + font-size: .9rem; font-weight: 500; line-height: 1.42857143; margin-left: 4px; diff --git a/static/css/theme.css b/static/css/theme.css index acc12032a5..d7e334955e 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1177,7 +1177,7 @@ option { color-adjust: exact; cursor: pointer; display: inline-block; - font-size: 14px; + font-size: .9rem; font-weight: 500; line-height: 1.42857143; margin-bottom: 0;