vm management
This commit is contained in:
@@ -69,4 +69,19 @@ footer.site-footer a {
|
||||
|
||||
footer.site-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Toast container constraints */
|
||||
#toast-container .toast {
|
||||
max-width: min(420px, 90vw);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#toast-container {
|
||||
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);
|
||||
}
|
Reference in New Issue
Block a user