fix: gate Neovim control behind live sync

This commit is contained in:
user
2026-07-17 07:56:19 +02:00
parent 182f01fc5e
commit 94e77f1abf
2 changed files with 34 additions and 8 deletions
+7
View File
@@ -182,6 +182,13 @@
.nvim-work-indicator.is-engaged {
box-shadow: inset 0 0 0 1px #cf3d31;
}
.nvim-work-indicator:disabled {
border-color: #a8b0b4;
background: #e6e9ea;
color: #7c878c;
cursor: not-allowed;
opacity: .8;
}
.nvim-height-toggle {
flex: none;
border: 1px solid #75848b;