mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-19 17:47:25 -05:00
add an option to have old-style directory view instead of tree view
This commit is contained in:
14
style.css
14
style.css
@@ -1205,12 +1205,24 @@ body.resizing .resize-handle {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.extra-network-pane .extra-network-pane-content {
|
||||
.extra-network-pane .extra-network-pane-content-dirs {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.extra-network-pane .extra-network-pane-content-tree {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.extra-network-dirs-hidden .extra-network-dirs{ display: none; }
|
||||
.extra-network-dirs-hidden .extra-network-tree{ display: none; }
|
||||
.extra-network-dirs-hidden .resize-handle { display: none; }
|
||||
.extra-network-dirs-hidden .resize-handle-row { display: flex !important; }
|
||||
|
||||
.extra-network-pane .extra-network-tree {
|
||||
flex: 1;
|
||||
font-size: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user