From 1614335bb005ee1b9df4c6f63725bc505dfb4588 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 10 Jan 2021 16:06:00 -0500 Subject: Fix profile panel not being able to be closed due to hidden sidebar (#1220) --- ext/mixed/css/display.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/mixed/css') diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 06c2a2e0..6bea1ad2 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -389,7 +389,8 @@ a { } .content-sidebar[hidden][data-has-navigation-previous=true], .content-sidebar[hidden][data-has-navigation-next=true], -:root[data-popup-action-bar-visibility=always] .content-sidebar { +:root[data-popup-action-bar-visibility=always] .content-sidebar, +:root[data-profile-panel-visible=true] .content-sidebar { display: block; } .content-sidebar-inner { -- cgit v1.2.3