fix: 搜索高亮跟随滚动同步 + 行号动态行高测量修复 v1.2.1

This commit is contained in:
thzxx
2026-05-27 17:34:30 +08:00
parent 8fea500cc1
commit eb05e9d1b1
5 changed files with 107 additions and 33 deletions
+9
View File
@@ -886,6 +886,15 @@ html, body {
}
/* ===== Search & Replace Bar ===== */
#btn-toggle-replace {
font-size: 10px;
transition: transform 0.15s ease;
}
#btn-toggle-replace.expanded {
transform: rotate(90deg);
}
#search-bar {
background: var(--search-bg);
border-bottom: 1px solid var(--search-border);