mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 08:37:02 +00:00
fix(overlay): add background to log overlay and use monospace font
Fixes two issues from #8089: - Add background-color to overlay-log so the container is visible before text starts appearing - Use monospace font in overlay iframe content for better log readability - Bump CSS cache version to v12
This commit is contained in:
committed by
GitHub
parent
5393ffbb81
commit
1f91919dca
@@ -487,10 +487,12 @@ input[type="checkbox"]:disabled:not(:checked) + label {
|
||||
height: min(400px, calc(100vh - 14rem));
|
||||
border-radius: var(--border-radius-large);
|
||||
border: solid thin rgb(192, 192, 192);
|
||||
background-color: var(--color-main-background);
|
||||
}
|
||||
|
||||
.overlay-iframe {
|
||||
padding: 1rem;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.loader {
|
||||
|
||||
Reference in New Issue
Block a user