This commit is contained in:
sairaj mote 2022-07-31 16:07:10 +05:30
parent 0f97744191
commit 3d70f17976
3 changed files with 6 additions and 8 deletions

View File

@ -704,7 +704,9 @@ ol li::before {
}
#main_navbar ul {
border-radius: 1rem;
background-color: rgba(var(--foreground-color), 1);
background-color: rgba(var(--foreground-color), 0.9);
-webkit-backdrop-filter: blur(0.5rem);
backdrop-filter: blur(0.5rem);
box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.15);
display: flex;
height: 100%;
@ -1578,9 +1580,6 @@ ol li::before {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
background-color: rgba(var(--foreground-color), 0.9);
-webkit-backdrop-filter: blur(0.5rem);
backdrop-filter: blur(0.5rem);
}
#main_navbar.hide-away {
bottom: 0;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -655,7 +655,8 @@ ol {
margin: 0.5rem;
ul {
border-radius: 1rem;
background-color: rgba(var(--foreground-color), 1);
background-color: rgba(var(--foreground-color), 0.9);
backdrop-filter: blur(0.5rem);
box-shadow: 0 0.8rem 3rem rgba(0 0 0/ 0.15);
display: flex;
height: 100%;
@ -1487,8 +1488,6 @@ ol {
left: 0;
right: 0;
width: max-content;
background-color: rgba(var(--foreground-color), 0.9);
backdrop-filter: blur(0.5rem);
&.hide-away {
bottom: 0;
left: 0;