Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 337b9a7

Browse files
committed
fix for poor alignment of sidecar text when minimized
Fixes #755
1 parent 14506cd commit 337b9a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/content/css/ui.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,6 +1597,9 @@ break {
15971597
#sidecar.minimized .sidecar-bottom-stripe-left-bits, #sidecar.minimized .header-right-bits {
15981598
flex: 0;
15991599
opacity: 0;
1600+
margin: 0;
1601+
width: 0;
1602+
height: 0;
16001603
}
16011604
#sidecar.minimized .sidecar-bottom-stripe {
16021605
align-items: flex-end;

0 commit comments

Comments
 (0)