v0.10.12 - Localstorage saving for the admin menu

This commit is contained in:
frederikpyt
2020-08-21 08:45:39 +02:00
parent a0566360e0
commit 3d61c20a5a
3 changed files with 63 additions and 47 deletions
+6 -2
View File
@@ -2,11 +2,15 @@
width: 15%;
height: 100%;
min-width: calc(1.5em + 4rem);
transition: width .5s;
//transition: width .5s;
}
div.w-85 {
//transition: width .5s;
}
.segment.active {
border-right: 2px solid aqua;
background-color: #00788A;
}
.segment > h3 {