From 3b4c35f173b71d5e7d870338c751fc7dec0b061a Mon Sep 17 00:00:00 2001 From: sladecraven Date: Sat, 23 Jan 2021 09:30:20 +0100 Subject: [PATCH] Fix sidebar --- styles/simple.css | 7 ++++++- system.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/styles/simple.css b/styles/simple.css index 0a123137..a5adba31 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -837,7 +837,12 @@ ul, li { color: rgba(220,220,220,0.75); } -#sidebar-tabs > .collapse, #chat-controls .chat-control-icon { +#sidebar.collapsed { + height: 430px !important; + position: absolute; +} + +#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); } diff --git a/system.json b/system.json index 2cc6c164..c42e0ac6 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", "description": "Rêve de Dragon RPG for FoundryVTT", - "version": "1.2.33", + "version": "1.2.34", "manifestPlusVersion": "1.0.0", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.8",