Set main window min-width/height dynamically (#3841)
Correctly calculates minimums when window is too small, so it grows when the collection tree is made bigger.
This commit is contained in:
parent
860e2ce7ca
commit
fc648a949a
9 changed files with 49 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
#tabs-deck {
|
||||
min-width: $min-width-collections-pane + $min-width-items-pane;
|
||||
min-width: $min-width-tabs-deck;
|
||||
|
||||
& > :not(.deck-selected) {
|
||||
// Hide all sub-trees that are in the invisible tab deck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue