Updated the Sidebar styles.sass

This commit is contained in:
Mathias Wagner 2023-05-30 18:59:17 +02:00
parent 89ad710249
commit 99b7f62289
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,9 +1,16 @@
@import "@/common/styles/colors" @import "@/common/styles/colors"
aside aside
border-left: #0F1012 1px solid background-color: $background
float: left float: left
width: 18rem width: 18rem
border-right: $dark-gray 2px solid border-right: $dark-gray 2px solid
height: 100vh height: 100vh
overflow: hidden overflow: hidden
.sidebar-hidden
display: none
@media screen and (max-width: 1024px)
aside
position: fixed