mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
style: sidebar_scrollbar & input-panel
This commit is contained in:
parent
8d0a420cc8
commit
316ee04e71
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user