fix: sidebar title style

This commit is contained in:
Dogtiti
2024-07-31 22:10:24 +08:00
parent f5499ff699
commit 99f3160aa2
2 changed files with 14 additions and 6 deletions

View File

@@ -137,12 +137,18 @@
position: relative;
padding-top: 20px;
padding-bottom: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.sidebar-logo {
position: absolute;
right: 0;
bottom: 18px;
display: inline-flex;
}
.sidebar-title-container {
display: inline-flex;
flex-direction: column;
}
.sidebar-title {