mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Limit background title height
This commit is contained in:
@@ -1801,6 +1801,8 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
|||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
background-color: var(--black50a);
|
background-color: var(--black50a);
|
||||||
font-size: calc(var(--fontScale) * 0.9em);
|
font-size: calc(var(--fontScale) * 0.9em);
|
||||||
|
max-height: 50%;
|
||||||
|
overflow-y: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg_example[custom="true"] .BGSampleTitle {
|
.bg_example[custom="true"] .BGSampleTitle {
|
||||||
|
Reference in New Issue
Block a user