Explorar el Código

Put the scale sliders on top of each other

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

+ 4
- 4
macrovision.css Ver fichero

@@ -496,7 +496,7 @@ a {
z-index: 1000; z-index: 1000;
width: 250px; width: 250px;
height: 50px; height: 50px;
transform: scale(1.5);
transform: translate(-50%, 0) scale(1.5);;
} }


body.toggle-scale-sliders .floating-slider { body.toggle-scale-sliders .floating-slider {
@@ -505,7 +505,7 @@ body.toggle-scale-sliders .floating-slider {


#slider-scale { #slider-scale {
top: 5%; top: 5%;
left: 5%;
left: 50%;
} }


#slider-scale:before { #slider-scale:before {
@@ -517,8 +517,8 @@ body.toggle-scale-sliders .floating-slider {
} }


#slider-entity-scale { #slider-entity-scale {
top: 5%;
right: 5%;
top: 15%;
left: 50%;
} }


#slider-entity-scale:before { #slider-entity-scale:before {


Cargando…
Cancelar
Guardar