mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: styling
This commit is contained in:
parent
e65ac97c45
commit
33f2fdb91e
@ -116,7 +116,7 @@ li p {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
height: 0.8rem;
|
||||
height: 0.6rem;
|
||||
width: 0.4rem;
|
||||
}
|
||||
|
||||
@ -422,7 +422,8 @@ input[type='number'] {
|
||||
@apply text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-850 dark:text-gray-400 border-none;
|
||||
}
|
||||
|
||||
.tiptap th, .tiptap td {
|
||||
.tiptap th,
|
||||
.tiptap td {
|
||||
@apply px-3 py-1.5 border border-gray-100 dark:border-gray-850;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user