feat: add side bar mask entry

This commit is contained in:
Yidadaa
2023-04-27 02:12:09 +08:00
parent 30040a0366
commit 59edcc3e2e
4 changed files with 47 additions and 1 deletions

View File

@@ -48,6 +48,19 @@
box-shadow: inset -2px 0px 2px 0px rgb(0, 0, 0, 0.05);
position: relative;
transition: width ease 0.05s;
.sidebar-header-bar {
display: flex;
margin-bottom: 20px;
.sidebar-bar-button {
flex-grow: 1;
&:not(:last-child) {
margin-right: 10px;
}
}
}
}
.sidebar-drag {
@@ -215,6 +228,17 @@
justify-content: center;
}
.sidebar-header-bar {
flex-direction: column;
.sidebar-bar-button {
&:not(:last-child) {
margin-right: 0;
margin-bottom: 10px;
}
}
}
.chat-item {
padding: 0;
min-height: 50px;