Across the board style fixes and simplifications

Plus bump to v3
This commit is contained in:
daudix
2024-06-18 03:19:37 +03:00
parent 58f4e9975e
commit 52e9cbeda0
22 changed files with 332 additions and 311 deletions

View File

@ -8,7 +8,6 @@
button {
-webkit-backdrop-filter: var(--blur);
display: inline-flex;
position: absolute;
top: 0.5rem;
right: 0.5rem;
@ -20,6 +19,7 @@
border-radius: 50%;
background-color: var(--fg-muted-1);
padding: 0.5rem;
line-height: 0;
body[dir="rtl"] & {
right: unset;