style: sidebar_scrollbar & input-panel

This commit is contained in:
PluginsKers 2023-04-22 14:23:09 +08:00
parent 8d0a420cc8
commit 316ee04e71

View File

@ -138,10 +138,12 @@
.sidebar-body {
flex: 1;
overflow: auto;
padding-right: 18px;
margin-right: -20px;
margin-left: -2px;
}
.chat-list {
}
.chat-list {}
.chat-item {
padding: 10px 14px;
@ -211,10 +213,12 @@
}
.narrow-sidebar {
.sidebar-title,
.sidebar-sub-title {
display: none;
}
.sidebar-logo {
position: relative;
display: flex;
@ -436,6 +440,7 @@
border-top-right-radius: 10px;
border-top: var(--border-in-light);
box-shadow: var(--card-shadow);
border-radius: inherit;
}
@mixin single-line {
@ -478,6 +483,7 @@
@include single-line();
}
.hint-content {
font-size: 12px;