auto open about tab at start

This commit is contained in:
Joe Lothan 2026-05-27 11:22:26 -04:00
parent 758ab3080b
commit 2fb0e6706f
2 changed files with 22 additions and 3 deletions

View file

@ -265,6 +265,14 @@
border-bottom: 2px solid var(--tab-border);
}
.iframe-viewer.iframe-viewer-small {
height: 50vh;
}
.iframe-viewer-small iframe {
height: calc(50vh - 78px) !important;
}
/* Toolbar area (address bar) */
.iframe-toolbar {
display: flex;