Removed absolute positioning from the sidebar footer

This commit is contained in:
Mathias Wagner 2023-05-31 02:01:47 +02:00
parent 015b7dc529
commit 3afdb19f87
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,10 +1,6 @@
@import "@/common/styles/colors" @import "@/common/styles/colors"
.sidebar-footer .sidebar-footer
position: absolute
bottom: 1rem
left: 0
right: 0
display: flex display: flex
justify-content: center justify-content: center
align-items: center align-items: center