From 24f03af66edaee2486d9b20de66df0f0318c0589 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Sun, 23 Jan 2022 14:53:09 +0100 Subject: [PATCH] Fix CSS --- styles/simple.css | 8 ++------ system.json | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/styles/simple.css b/styles/simple.css index f8501b8..8671a1b 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -875,10 +875,6 @@ ul, li { color: rgba(220,220,220,0.75); } -#sidebar.collapsed { - height: 470px !important; -} - #sidebar-tabs > .collapsed, #chat-controls .chat-control-icon { color: rgba(220,220,220,0.75); text-shadow: 1px 1px 0 rgba(0,0,0,0.75); @@ -952,8 +948,8 @@ ul, li { } #sidebar #sidebar-tabs i{ - width: 25px; - height: 25px; + width: 23px; + height: 23px; display: inline-block; background-position:center; background-size:cover; diff --git a/system.json b/system.json index 59699e9..2e7c1d5 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "fvtt-yggdrasill", "title": "Yggdrasill", "description": "Système non-officiel Yggdrasill (7ièm Cercle) pour FoundryVTT", - "version": "1.1.14", + "version": "1.1.15", "manifestPlusVersion": "1.0.0", "minimumCoreVersion": "0.8.0", "compatibleCoreVersion": "9",