From eaa9cfbe8c01b7ccd747c6d813a2c1cee32151ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 18 Oct 2025 23:28:21 +0200 Subject: [PATCH] refator_comm1 --- static/styles.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/static/styles.css b/static/styles.css index 48b454c..0b03b80 100644 --- a/static/styles.css +++ b/static/styles.css @@ -154,4 +154,29 @@ footer.site-footer a:hover { #toast-container .toast { pointer-events: auto; +} + +#vm-admin table { + overflow: visible; +} + +#vm-admin td { + vertical-align: middle; +} + +#vm-admin .target-node { + position: relative; + z-index: 3; +} + +#vm-admin .btn.btn-sm { + line-height: 1.2; +} + +#vm-admin .btn-group .btn { + min-width: 4.2rem; +} + +#vm-admin .act-migrate { + white-space: nowrap; } \ No newline at end of file