vm management
This commit is contained in:
@@ -81,14 +81,7 @@ footer.site-footer a:hover {
|
||||
max-width: 92vw;
|
||||
}
|
||||
|
||||
.position-fixed.top-0.end-0.p-3 {
|
||||
right: max(env(safe-area-inset-right), 1rem);
|
||||
top: max(env(safe-area-inset-top), 1rem);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Toast container & toasts: keep inside viewport */
|
||||
#toast-container {
|
||||
width: min(480px, 96vw);
|
||||
max-width: min(480px, 96vw);
|
||||
@@ -101,7 +94,7 @@ footer.site-footer a:hover {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.position-fixed.top-0.end-0.p-3 {
|
||||
right: 1rem;
|
||||
top: 1rem;
|
||||
.position-fixed.bottom-0.end-0.p-3 {
|
||||
right: max(env(safe-area-inset-right), 1rem);
|
||||
bottom: max(env(safe-area-inset-bottom), 1rem);
|
||||
}
|
Reference in New Issue
Block a user