diff --git a/VERSION b/VERSION index 5e7d8c6..ee358a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.129 +0.0.130 diff --git a/frontend/static/style.css b/frontend/static/style.css index 34b9c17..f197a7f 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -437,6 +437,12 @@ button.primary { background: var(--accent); border-color: #c0392b; color: #fff; button.danger { border-color: #c0392b; color: #e74c3c; } button.danger:hover { background: #c0392b; border-color: #c0392b; color: #fff; } table.cams td.actions button { padding: 2px 8px; font-size: 12px; } +/* инлайн-выбор хранилища в строке — компактный, не раздувает высоту строки (как тумблеры) */ +table.cams td select.stor-sel { + height: 22px; padding: 1px 4px; font-size: 12px; line-height: 1; + border-radius: 5px; width: 100%; max-width: 150px; box-sizing: border-box; + vertical-align: middle; +} .badge { display: inline-flex; align-items: center; gap: 6px; padding: 2px 9px; border-radius: 11px; font-size: 12px; background: var(--panel-2);