feat: Make stuff look good on as many browser versions as possible

Rejoice iPhone users, you'll have pretty CRT now as well!
This commit is contained in:
daudix
2024-01-23 09:47:59 +03:00
parent 5939a6681f
commit f8efb69e6c
7 changed files with 19 additions and 21 deletions

View File

@ -2,7 +2,7 @@
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
background-color: var(--nav-bg);
border-radius: 28px;
border-radius: 26px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
0px 12px 24px -16px rgba(0, 0, 0, 0.5);
margin: 1rem auto;
@ -33,7 +33,7 @@
ul {
display: flex;
flex-wrap: wrap;
gap: 0.2rem;
gap: 0.25rem;
justify-content: center;
margin: 0;
padding: 0;
@ -48,7 +48,7 @@
border-radius: 999px;
color: var(--fg-muted-4);
font-weight: 400;
padding: 0.45rem 1rem;
padding: 0.325rem 0.75rem;
text-decoration: none;
transition: var(--transition);