1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-19 12:51:27 +02:00

Move Logout button on narrow screens

This avoids overlapping Logout and breadcrumb.
The button also didn't display on far right due to width: fit-content.
This commit is contained in:
Jakub Vrana
2025-02-23 10:59:56 +01:00
parent ba35e11bae
commit 4e6ad13eac

View File

@@ -96,6 +96,7 @@ input.wayoff { left: -1000px; position: absolute; }
@media all and (max-width: 880px) {
.pages { left: auto; }
.logout { position: static; padding: 0 1em; }
#menu { position: static; width: auto; }
#content { margin-left: 10px; }
#lang { position: static; border-top: 1px solid #999; }