Ajustado ancho de la barra lateral cuando esta oculta

add-license-1
Araozu 2020-07-29 08:14:18 -05:00
parent 581028261a
commit 62f647cc8f
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ div.contenedor(:style="anchoBarraLateral")
escuela = computed (=> store.state.escuela) escuela = computed (=> store.state.escuela)
anchoBarraLateral = computed (=> anchoBarraLateral = computed (=>
if barraLateralOculta.value if barraLateralOculta.value
{gridTemplateColumns: "4rem auto"} {gridTemplateColumns: "2.5rem auto"}
else else
{gridTemplateColumns: "20rem auto"} {gridTemplateColumns: "20rem auto"}
) )

View File

@ -134,7 +134,6 @@ div.lateral
border-top: solid 1px var(--colorBorde) border-top: solid 1px var(--colorBorde)
text-align: right text-align: right
display: inline-table display: inline-table
padding-right: 1rem
box-sizing: border-box box-sizing: border-box
cursor: pointer cursor: pointer
opacity: 0.6 opacity: 0.6