fix framed top border

This commit is contained in:
Stewart Allen 2026-03-03 12:04:39 -05:00
commit 0b3c0b929a
5 changed files with 12 additions and 12 deletions

View file

@ -905,14 +905,6 @@ details[open] summary::after {
.widopt button.disabled {
background-color: var(--blue-3);
}
#top-sep {
display: none;
z-index: 14;
height: 1px;
min-height: 1px;
max-height: 1px;
background-image: var(--gradbar);
}
.line-sep2 {
z-index: 14;
height: 1px;

View file

@ -45,9 +45,6 @@
<!-- hide page contents and provide loading message during initialization -->
<div id="curtain" class="j-center a-center"><img id="loading">Kiri:Moto is Loading</div>
<!-- when running iframed, provide a separator between the menu bar and enclosing page -->
<div id="top-sep" class="el-app-hide"></div>
<!-- top menu bar -->
<div id="menubar" class="f-row"></div>

View file

@ -8,6 +8,10 @@
border-bottom: 1px solid var(--border-gray);
}
#menubar.top{
border-top: 1px solid var(--border-gray);
}
.menubar-separator {
align-self: stretch;
align-items: center;