diff --git a/templates/index.html b/templates/index.html
index 5b33a1a..7f30d7b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -15,7 +15,7 @@
.install-item.selected { background-color: #e6f7ff; } /* Подсветка выбранного пункта */
.form-container { margin-bottom: 20px; }
.jstree-node { position: relative; }
- .folder-actions { display: none; margin-left: 10px; }
+ .folder-actions { display: none; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); margin-left: 0; } /* Сдвигаем кнопки вправо и центрируем по вертикали */
#search-container { position: absolute; top: 10px; right: 10px; text-align: right; }
#search-input { width: 200px; }
#installs-list { margin-top: 20px; }