mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
aebbc2593b
commit
261328077d
1 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ li p {
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
--tw-border-opacity: 1;
|
--tw-border-opacity: 1;
|
||||||
background-color: rgba(200, 200, 200, 0.8);
|
background-color: rgba(215, 215, 215, 0.8);
|
||||||
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
|
@ -117,7 +117,7 @@ li p {
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
height: 0.8rem;
|
height: 0.8rem;
|
||||||
width: 0.45rem;
|
width: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue