disable top separator by default. fix account icon alignment

This commit is contained in:
Stewart Allen 2020-06-08 12:05:41 -04:00
commit 2280088c11
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -246,6 +246,7 @@ th, tr, td {
}
#app-acct {
align-items: center;
justify-content: flex-end;
}
#app-acct:hover #acct-pop {