Updated screenshots.
- Fixed bug where sidebar settings values were inverted two out of four of the buttons. - Fixed sidebar bug where making the window smaller caused sidebar to exceed page size. - Remove debugs. - Decreased rows of download notes. - Increased step side for sidebar size settings. - Simplified and made behavior more robust for sidebar size clamping.
This commit is contained in:
@@ -99,21 +99,29 @@
|
||||
|
||||
.model-manager[data-sidebar-state="left"] {
|
||||
width: var(--model-manager-sidebar-width-left);
|
||||
max-width: 95vw;
|
||||
min-width: 22vw;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.model-manager[data-sidebar-state="top"] {
|
||||
height: var(--model-manager-sidebar-height-top);
|
||||
max-height: 95vh;
|
||||
min-height: 22vh;
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
.model-manager[data-sidebar-state="bottom"] {
|
||||
height: var(--model-manager-sidebar-height-bottom);
|
||||
max-height: 95vh;
|
||||
min-height: 22vh;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.model-manager[data-sidebar-state="right"] {
|
||||
width: var(--model-manager-sidebar-width-right);
|
||||
max-width: 95vw;
|
||||
min-width: 22vw;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user