refator_comm1

This commit is contained in:
Mateusz Gruszczyński
2025-10-18 23:46:21 +02:00
parent 7a4b73ea93
commit 5149ce140c
2 changed files with 48 additions and 47 deletions

View File

@@ -144,17 +144,6 @@ footer.site-footer a:hover {
}
}
#toast-container {
position: fixed;
right: max(env(safe-area-inset-right), 1rem);
bottom: max(env(safe-area-inset-bottom), 1rem);
z-index: 1080;
pointer-events: none;
}
#toast-container .toast {
pointer-events: auto;
}
#vm-admin table {
overflow: visible;
@@ -169,14 +158,20 @@ footer.site-footer a:hover {
z-index: 3;
}
#vm-admin .btn.btn-sm {
line-height: 1.2;
#toast-container {
position: fixed;
right: max(env(safe-area-inset-right), 1rem);
bottom: max(env(safe-area-inset-bottom), 1rem);
z-index: 1080;
pointer-events: none;
width: min(480px, 96vw);
max-width: min(480px, 96vw);
}
#vm-admin .btn-group .btn {
min-width: 4.2rem;
}
#vm-admin .act-migrate {
white-space: nowrap;
#toast-container .toast {
pointer-events: auto;
max-width: 100%;
overflow-wrap: anywhere;
word-break: break-word;
white-space: normal;
}