Browse Source

Increase the minimum width of the sidebar

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
fef28d50ff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      macrovision.css

+ 1
- 1
macrovision.css View File

@@ -80,7 +80,7 @@ body.toggle-entity-glow .entity-box:not(.selected) > img{

#options {
position: relative;
min-width: 120pt;
min-width: 200pt;
flex: 1 0 15vw;
display: flex;
justify-content: start;


Loading…
Cancel
Save