Procházet zdrojové kódy

Allow menubar to shrink. Adjust position of bottom names

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
49a76448d9
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      macrovision.css

+ 2
- 2
macrovision.css Zobrazit soubor

@@ -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 {


Načítá se…
Zrušit
Uložit