changelog search improvements

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-11-01 09:02:35 -04:00
parent 28efae6b2d
commit 566f98d91b
2 changed files with 9 additions and 4 deletions
+3 -2
View File
@@ -321,8 +321,9 @@ div:has(>#tab-gallery-folders) { flex-grow: 0 !important; background-color: var(
/* changelog */
#changelog_markdown { max-height: 55vh; margin-top: 1em; }
#changelog_result { display: flex; cursor: pointer; margin-left: 1em; }
.changelog_arrow { font-size: 2em; margin-right: 0.5em; }
#changelog_result { display: flex; margin-left: 1em; align-items: center; }
.changelog_arrow { font-size: 2em; padding: 0.1em; cursor: pointer; height: 1em; background-color: var(--button-secondary-background-fill); }
.changelog_arrow:hover { background-color: var(--button-primary-border-color-hover); }
.changelog_highlight { background-color: var(--color-warning); }
/* loader */