mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-10 02:30:58 +01:00
Lint
This commit is contained in:
parent
2fcbadec67
commit
36747cf99c
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
.dark .chat .message-body :is(th, td),
|
||||
.dark .prose hr {
|
||||
border-color: rgba(255, 255, 255, 0.3) !important;
|
||||
border-color: rgb(255 255 255 / 30%) !important;
|
||||
}
|
||||
|
||||
.chat .message-body :is(p, ul, ol) {
|
||||
|
|
|
|||
|
|
@ -1799,11 +1799,11 @@ button#swap-height-width {
|
|||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table, tr, td, th, thead {
|
||||
border: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
td + td,
|
||||
|
|
|
|||
Loading…
Reference in a new issue