add top separator when iframed

This commit is contained in:
Stewart Allen 2020-06-08 12:01:56 -04:00
commit 83a41109d0
3 changed files with 9 additions and 4 deletions

View file

@ -197,9 +197,6 @@ th, tr, td {
#top > div {
margin: 0 5px 0 5px;
}
#mid-sep {
z-index: 14;
}
#app-mode, #app-acct {
width: 125px;
@ -306,7 +303,11 @@ th, tr, td {
pointer-events: visible;
}
#mid-sep {
#top-sep {
display: none;
}
#top-sep, #mid-sep {
z-index: 14;
height: 1px;
background-image: var(--gradbar);
}

View file

@ -25,6 +25,7 @@
<div id="curtain" class="j-center a-center">loading...</div>
<div id="container"></div>
<div id="tracker"></div>
<div id="top-sep"></div>
<div id="top" class="row">
<div id="app-mode">
<div id="app-mode-name"></div>