Browse Source

Allow menubar to shrink. Adjust position of bottom names

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

+ 2
- 2
macrovision.css View File

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

#menubar {
display: flex;
flex: 1 0 10vh;
flex: 1 0 5vh;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
@@ -295,7 +295,7 @@ body #test-canvas {
position: fixed;
width: 150px;
height: 50px;
transform: translate(-50%, 0%);
transform: translate(-50%, 20pt);
}

body.toggle-bottom-name .bottom-name {


Loading…
Cancel
Save