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:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user