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)
|
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"}
|
||||||
)
|
)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user