From 23c034f0d371c12964997f8c07010ec483d67b7b Mon Sep 17 00:00:00 2001 From: Dorako Date: Mon, 27 Jun 2022 17:28:34 +0200 Subject: [PATCH] dark sheet update --- styles/pc-sheet-dark.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/styles/pc-sheet-dark.css b/styles/pc-sheet-dark.css index 53dae2a..6dadb9e 100644 --- a/styles/pc-sheet-dark.css +++ b/styles/pc-sheet-dark.css @@ -14,9 +14,13 @@ background-color: var(--primary); background-image: none; box-shadow: 0 0 0 1px #918c88, 0 0 0 2px #e1d8cf, 0 0 0 3px #a98f39, inset 0 0 8px rgba(0, 0, 0, .5), 0 0 8px #000; - height: 22px; - margin: 13px -13px 0 3px; - padding-top: 1px; + height: 23px; + margin: 12.5px 21px 0 3px; + padding-bottom: 1px; +} + +.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.character .character-details .alignment select { + padding-left: 3px; } .actor.sheet.character .crb-style .sheet-body .sheet-content .tab.character .character-details .alignment:after {