Fix editor click alignment in Firefox and enable arr cleanup scripts in daily maintenance

This commit is contained in:
Gmer4Lfe
2026-06-26 22:35:47 -04:00
parent 97dfd522d0
commit ccaf19cfe4
3 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -339,7 +339,8 @@ body.vv-fullscreen #displaybox { padding-left: 1rem !important; padding-top: .5r
.vv-editor-body { font-family: monospace; font-size: 12px; background: #0d0d0d; color: #ccc;
border: 1px solid #333; border-radius: 4px; padding: 10px 12px; resize: none;
line-height: 1.5; scroll-behavior: auto; tab-size: 2; width: 100%; box-sizing: border-box;
white-space: pre; overflow-x: auto; }
white-space: pre; overflow-x: auto;
appearance: none; -moz-appearance: none; }
/* Editor layout: gutter + inner area — unified bordered block */
#vv-editor-wrap { display: flex; border: 1px solid #2e2e2e; border-radius: 4px 4px 0 0;