add top separator when iframed
This commit is contained in:
parent
add57f7d95
commit
83a41109d0
3 changed files with 9 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue