Merge branch 'fix'

This commit is contained in:
Yuri Kuznetsov
2025-11-14 15:26:30 +02:00
19 changed files with 100 additions and 36 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ img.image-preview {
.preset {
text-overflow: ellipsis;
overflow: hidden !important;
//overflow: hidden !important;
}
.preset > div{
@@ -8,6 +8,8 @@
padding: var(--5px) 0;
user-select: none;
min-width: calc(var(--50px) + var(--10px));
.autocomplete-suggestion.autocomplete-selected {
background-color: var(--dropdown-link-hover-bg) !important;
color: var(--dropdown-link-hover-color) !important;
+4
View File
@@ -213,6 +213,10 @@ small,
top: var(--minus-1px);
}
.no-select {
user-select: none;
}
a[role="button"],
a[href="javascript:"] {
&:not(.selectable) {