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)
anchoBarraLateral = computed (=>
if barraLateralOculta.value
{gridTemplateColumns: "4rem auto"}
{gridTemplateColumns: "2.5rem auto"}
else
{gridTemplateColumns: "20rem auto"}
)

View File

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