This commit is contained in:
sairaj mote 2022-07-31 18:19:52 +05:30
parent 0223caccdb
commit 25bdc61d80
3 changed files with 14 additions and 12 deletions

View File

@ -701,13 +701,13 @@ ol li::before {
display: flex; display: flex;
justify-self: center; justify-self: center;
margin: 0.5rem; margin: 0.5rem;
}
#main_navbar ul {
border-radius: 1rem; border-radius: 1rem;
background-color: rgba(var(--foreground-color), 0.9); background-color: rgba(var(--foreground-color), 0.8);
-webkit-backdrop-filter: blur(0.5rem); -webkit-backdrop-filter: blur(0.5rem);
backdrop-filter: blur(0.5rem); backdrop-filter: blur(0.5rem);
box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.15); box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.15);
}
#main_navbar ul {
display: flex; display: flex;
height: 100%; height: 100%;
width: 100%; width: 100%;
@ -1621,11 +1621,13 @@ ol li::before {
background-color: rgba(var(--foreground-color), 1); background-color: rgba(var(--foreground-color), 1);
} }
#main_navbar { #main_navbar {
margin: 1rem; margin: auto 1rem;
left: 0; left: 0;
top: 0; top: 0;
bottom: 0; bottom: 0;
justify-content: center; height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
} }
#main_navbar ul { #main_navbar ul {
flex-direction: column; flex-direction: column;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -653,11 +653,11 @@ ol {
display: flex; display: flex;
justify-self: center; justify-self: center;
margin: 0.5rem; margin: 0.5rem;
border-radius: 1rem;
background-color: rgba(var(--foreground-color), 0.8);
backdrop-filter: blur(0.5rem);
box-shadow: 0 0.8rem 3rem rgba(0 0 0/ 0.15);
ul { ul {
border-radius: 1rem;
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; display: flex;
height: 100%; height: 100%;
width: 100%; width: 100%;
@ -1531,11 +1531,11 @@ ol {
background-color: rgba(var(--foreground-color), 1); background-color: rgba(var(--foreground-color), 1);
} }
#main_navbar { #main_navbar {
margin: 1rem; margin: auto 1rem;
left: 0; left: 0;
top: 0; top: 0;
bottom: 0; bottom: 0;
justify-content: center; height: fit-content;
ul { ul {
flex-direction: column; flex-direction: column;
gap: 0.5rem; gap: 0.5rem;