disable top separator by default. fix account icon alignment
This commit is contained in:
parent
83a41109d0
commit
2280088c11
2 changed files with 2 additions and 1 deletions
|
|
@ -1783,7 +1783,7 @@
|
|||
// add app name hover info
|
||||
$('app-info').innerText = KIRI.version;
|
||||
// show topline separator when iframed
|
||||
try { if (WIN.self !== WIN.top) $('top-sep').style.display = 'flex' } catch (e) { }
|
||||
// try { if (WIN.self !== WIN.top) $('top-sep').style.display = 'flex' } catch (e) { }
|
||||
}
|
||||
|
||||
// if a language needs to load, the script is injected and loaded
|
||||
|
|
|
|||
|
|
@ -246,6 +246,7 @@ th, tr, td {
|
|||
}
|
||||
|
||||
#app-acct {
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
#app-acct:hover #acct-pop {
|
||||
|
|
|
|||
Loading…
Reference in a new issue