1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Add shadow to navbar #587

This commit is contained in:
Patrik J. Braun 2023-03-07 22:53:37 +01:00
parent a31ddf75be
commit 64dd94fe6a
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
margin-bottom: 20px; margin-bottom: 20px;
position: absolute; position: absolute;
width: 100%; width: 100%;
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 30%)
} }
.auto-hide-navbar { .auto-hide-navbar {