fix: 搜索高亮跟随滚动同步 + 行号动态行高测量修复 v1.2.1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user