From 5657ee5c9f3ded27f47a0ed86d84a3014972051e Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 12 Oct 2025 21:40:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=20=D0=BF=D0=BE=D1=81=D1=82?= =?UTF-8?q?=2015=20custom-wide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/edit_post.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/edit_post.html b/templates/edit_post.html index 94ba1d1..4b574e1 100644 --- a/templates/edit_post.html +++ b/templates/edit_post.html @@ -62,7 +62,13 @@ } /* Тонкое регулирование ширины для заголовков */ .label-narrow { - flex: 0 0 100px; /* Фиксированная ширина 120px */ + flex: 0 0 100px; /* Фиксированная ширина 100px */ + } + .label-medium { + flex: 0 0 120px; /* Фиксированная ширина 120px */ + } + .label-wide { + flex: 0 0 140px; /* Фиксированная ширина 140px */ } .field-wide { flex: 1; /* Занимает оставшееся место */ @@ -186,7 +192,7 @@
-
+