Limit background title height

This commit is contained in:
Cohee 2024-05-01 23:43:11 +03:00
parent 9f1c306920
commit f796387e7e
1 changed files with 2 additions and 0 deletions

View File

@ -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 {