asd
parent
03aed48d5f
commit
1e1250e55d
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue