client: improve quick access

- default to opened sidebar
This commit is contained in:
geoffrey45
2021-12-25 20:36:28 +03:00
parent ff0381122e
commit dc4b87a942
8 changed files with 91 additions and 53 deletions
+3 -2
View File
@@ -98,13 +98,14 @@ export default {
background-color: transparent;
height: 100%;
padding: 10px;
transition: all 0.3s ease-in-out;
// transition: all .3s ease-in-out;
// transition-delay: 1s;
}
.collapsed .nav-button {
font-size: smaller;
margin-top: 5px;
transition: all 0.2s ease-in-out;
// transition: all 2s ease-in-out;
}
.side-nav-container .nav-button:hover {