1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

CSS: Move Logout on mobile (fix #979)

This commit is contained in:
Jakub Vrana
2025-04-04 09:28:28 +02:00
parent ef3946ee52
commit e277d05162
3 changed files with 10 additions and 9 deletions

View File

@@ -848,7 +848,7 @@ oninput = event => {
};
addEvent(document, 'click', event => {
if (!qs('#foot').contains(event.target)) {
alterClass(qs('#foot'), 'foot', true);
if (!qs('#menu').contains(event.target)) {
alterClass(qs('#menu'), 'foot', true);
}
});