mod: админка (04) ImageAdmin (04) minor

This commit is contained in:
2026-06-12 00:57:14 +03:00
parent fed2a1c5a0
commit 989722bf16
2 changed files with 14 additions and 15 deletions

View File

@@ -30,7 +30,7 @@
max-width: 8em !important;
}
.codemirror-width-m .cm-editor {
.codemirror-width-m > .cm-editor {
/* Средний (для URL, коротких строк) */
max-width: calc(50% - 13em) !important;
}
@@ -45,10 +45,9 @@
max-width: calc(100% - 13em) !important;
}
/* --- Новое правило для скрытия номеров строк --- */
/* Если у обертки есть наш класс, находим внутри панель с номерами и скрываем ее */
.codemirror-no-lines .cm-gutters {
display: none !important;
/* Скрываем нумерацию строк */
display: none !important;
}