From 63236ea5d1801b46585b0e8d308e03986d884987 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 3 Apr 2025 22:07:42 +0200 Subject: [PATCH] Mobile: Add shadow to menu (fix #975) --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index 7efa7cd3..74397d50 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -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; }