auto open about tab at start
This commit is contained in:
parent
758ab3080b
commit
2fb0e6706f
2 changed files with 22 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue