From e8653595eb7d18bbf5ee2651a21b6a826131e0f0 Mon Sep 17 00:00:00 2001 From: Admin Date: Sun, 12 Apr 2026 19:18:41 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix:=20=D0=98=D1=81=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=86=D0=B0=20=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BA=20=D0=B4=D0=B0=D0=B9=D0=B4=D0=B6=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit БЫЛО: CSS стили выводились как текст на странице СТАЛО: Стили правильно в через base.html Co-authored-by: Qwen-Coder --- web/templates/digest_settings.html | 188 ++++++++++++++--------------- 1 file changed, 93 insertions(+), 95 deletions(-) diff --git a/web/templates/digest_settings.html b/web/templates/digest_settings.html index b8a23ed..eddbf9b 100644 --- a/web/templates/digest_settings.html +++ b/web/templates/digest_settings.html @@ -5,104 +5,102 @@ {% block nav_digest_settings %}active{% endblock %} {% block extra_style %} + {% endblock %} {% block content %} - - .container { max-width: 900px; margin: 0 auto; padding: 20px; } - .header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 10px; margin-bottom: 30px; } - .header h1 { font-size: 2em; margin-bottom: 10px; } - .back-link { color: white; text-decoration: none; opacity: 0.9; } - .back-link:hover { opacity: 1; } - .card { background: white; padding: 25px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } - .card h3 { margin-bottom: 15px; color: #667eea; } - .form-group { margin-bottom: 20px; } - .form-group label { display: block; margin-bottom: 5px; font-weight: 500; } - .form-group input[type="time"], .form-group select { width: 100%; padding: 10px; border: 2px solid #e2e8f0; border-radius: 5px; font-size: 1em; } - .checkbox-group { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; } - .checkbox-group input[type="checkbox"] { width: 20px; height: 20px; } - .btn { padding: 12px 24px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; background: #667eea; color: white; } - .btn:hover { background: #5568d3; } - - - -
-
- ← Назад к дайджестам -

⚙️ Настройки дайджеста

-
- -
-

📅 Расписание

-
- -
- - -
-
-
- - -
-
- -
-

📊 Содержимое дайджеста

-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
-

📬 Отправка

-
- - -
-
- - -
-
- - -
-
- - +
+
+ ← Назад к дайджестам +

⚙️ Настройки дайджеста

- +
+

📅 Расписание

+
+ +
+ + +
+
+
+ + +
+
+ +
+

📊 Содержимое дайджеста

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+

📬 Отправка

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+{% endblock %} + +{% block extra_script %} + {% endblock %}