mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-04 01:40:09 +00:00
overlay-log: make it a bit less wide
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -483,7 +483,7 @@ input[type="checkbox"]:disabled:not(:checked) + label {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
align-self: start;
|
||||
width: min(700px, calc(100vw - 4rem));
|
||||
width: min(600px, calc(100vw - 4rem));
|
||||
height: min(400px, calc(100vh - 14rem));
|
||||
border-radius: var(--border-radius-large);
|
||||
border: solid thin rgb(192, 192, 192);
|
||||
|
||||
Reference in New Issue
Block a user