refator_comm1
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user