Ajustado ancho de la barra lateral cuando esta oculta
This commit is contained in:
parent
581028261a
commit
62f647cc8f
@ -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"}
|
||||
)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user