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

Mobile: Add shadow to menu (fix #975)

This commit is contained in:
Jakub Vrana
2025-04-03 22:07:42 +02:00
parent c6398736ac
commit 63236ea5d1

View File

@@ -116,7 +116,7 @@ input.wayoff { left: -1000px; position: absolute; }
@media all and (max-width: 880px) {
.pages { left: auto; }
.logout { padding: 1em; top: 3em; }
#menu { width: auto; background: var(--bg); border: 1px solid var(--fg); }
#menu { width: auto; background: var(--bg); border: 1px solid var(--fg); box-shadow: 0 0 20px rgb(from var(--fg) r g b / .7); }
#content { margin-left: 10px; }
#lang { position: static; }
#breadcrumb { left: 48px; }