From 863218f03c0cb3c9f04ff51a112efa471c97282e Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Tue, 23 Nov 2021 02:07:42 +0100 Subject: [PATCH] Gagner un peu de place sur la feuille --- styles/simple.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/styles/simple.css b/styles/simple.css index 150a0928..0f2bb880 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -86,7 +86,9 @@ /* Fonts */ .sheet header.sheet-header h1 input, .window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {font-family: "GoudyAcc"} /* For title, sidebar character and scene */ -.sheet nav.sheet-tabs {font-family: "CaslonAntique";} /* For nav and title */ +.sheet nav.sheet-tabs { + font-family: "CaslonAntique"; +} /* For nav and title */ .window-app input, .foundryvtt-reve-de-dragon .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue, select, button, .item-checkbox, #sidebar, #players, #navigation #nav-toggle { font-family: "CaslonAntique"; /* For sheet parts */ } @@ -584,7 +586,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;} .sheet nav.sheet-tabs { font-size: 0.65rem; font-weight: bold; - height: 5rem; + height: 4rem; flex: 0 0 5rem; margin: 0; padding: 0 0 0 0.25rem;