From bea9dfd59ed76154a10bc2faf6aa566431f1c6cf Mon Sep 17 00:00:00 2001 From: "Satur@it-depot.ru" Date: Wed, 5 Mar 2025 15:49:28 +0300 Subject: [PATCH] px --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 457efd9..82cde90 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,7 +36,7 @@ #import-label:hover { background: #0056b3; } .folder-select { margin-bottom: 5px; width: 150px; } .time-hint { font-size: 12px; color: #666; margin-top: 5px; } - #notes-panel { width: 30%; padding: 10px; border-left: 1px solid #ccc; background: #f9f9f9; min-height: 200px; margin-top: 5px; } /* Смещаем ниже, чтобы начиналось на уровне заголовка таблицы */ + #notes-panel { width: 30%; padding: 10px; border-left: 1px solid #ccc; background: #f9f9f9; min-height: 200px; margin-top: 100px; } /* Смещаем ниже, чтобы начиналось на уровне заголовка таблицы */ #notes-content { margin-top: 10px; } #note-modal { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 20px; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0,0,0,0.3); z-index: 1000; width: 500px; } #note-modal .markdown-buttons { margin-bottom: 10px; }