Improved visual briefing preview layout

This commit is contained in:
Thorsten Sommer 2026-07-30 21:07:12 +02:00
parent 92deea730a
commit 3db9eff8e4
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -11,10 +11,10 @@
} }
.visual-briefing-preview { .visual-briefing-preview {
background: #404040; border: .25rem solid #404040;
border-radius: .5rem; border-radius: .5rem;
margin-inline: auto; margin-inline: auto;
padding: 1rem; overflow: hidden;
transition: max-width .2s ease; transition: max-width .2s ease;
width: 100%; width: 100%;
} }
@ -34,8 +34,9 @@
.visual-briefing-preview-frame { .visual-briefing-preview-frame {
background: white; background: white;
border: 0; border: 0;
border-radius: .25rem;
display: block; display: block;
height: 72vh; height: 60vh;
height: min(60dvh, 48rem);
min-height: 18rem;
width: 100%; width: 100%;
} }