mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-10 04:13:11 +00:00
Nav changes
This commit is contained in:
parent
7f2e01a7f1
commit
fbbc953ba6
5 changed files with 15 additions and 10 deletions
|
@ -275,7 +275,7 @@
|
|||
display: flex;
|
||||
|
||||
background-color: $bg-alt;
|
||||
backdrop-filter: blur(8px);
|
||||
backdrop-filter: blur(20px);
|
||||
|
||||
border-radius: $rad;
|
||||
|
||||
|
|
|
@ -13,6 +13,9 @@ nav {
|
|||
width: calc(100% - 1.4rem);
|
||||
height: auto;
|
||||
|
||||
background-color: $bg-alt;
|
||||
backdrop-filter: blur(69px) saturate(100%) brightness(100%);
|
||||
|
||||
position: sticky;
|
||||
z-index: 99;
|
||||
top: 1rem;
|
||||
|
@ -89,9 +92,6 @@ nav {
|
|||
left: 0;
|
||||
right: 0;
|
||||
|
||||
background-color: $bg-alt;
|
||||
backdrop-filter: blur(8px);
|
||||
|
||||
border: none;
|
||||
border-top: $border;
|
||||
border-radius: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue