Explorar el Código

Allow menubar to shrink. Adjust position of bottom names

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
49a76448d9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      macrovision.css

+ 2
- 2
macrovision.css Ver fichero

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


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


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


Cargando…
Cancelar
Guardar