revert aa2adcc4ff
Some checks failed
/ test-build (push) Has been cancelled

revert Set radius global vars
This commit is contained in:
limepotato 2024-07-07 06:51:06 +02:00 committed by Iceshrimp development
parent 2e059f0c66
commit 3c5dfd063b
No known key found for this signature in database
GPG key ID: 7249C94AE229BEAF

View file

@ -1,14 +1,10 @@
@charset "utf-8"; @charset "utf-8";
:root { :root {
--radius-xs: 10px; --radius: 12px;
--radius-sm: 10px; --marginFull: 16px;
--radius: 10px; --marginHalf: 10px;
--radius-md: 10px; --avatarSize: 48px;
--radius-lg: 10px;
--radius-xl: 10px;
--radius-ellipse: 10px;
--radius-full: 10px;
--margin: var(--marginFull); --margin: var(--marginFull);
@ -29,17 +25,6 @@
//--ad: rgb(255 169 0 / 10%); //--ad: rgb(255 169 0 / 10%);
} }
html.radius-misskey {
--radius-xs: 4px;
--radius-sm: 8px;
--radius: 12px;
--radius-md: 16px;
--radius-lg: 24px;
--radius-xl: 32px;
--radius-ellipse: 999px;
--radius-full: 100%;
}
::selection { ::selection {
color: #fff; color: #fff;
background-color: var(--accent); background-color: var(--accent);
@ -601,7 +586,7 @@ hr {
padding: 2px 3px; padding: 2px 3px;
color: var(--accent); color: var(--accent);
border: solid 1px var(--accent); border: solid 1px var(--accent);
border-radius: var(--radius-xs); border-radius: 4px;
vertical-align: top; vertical-align: top;
} }
@ -641,7 +626,7 @@ hr {
vertical-align: bottom; vertical-align: bottom;
height: 128px; height: 128px;
margin-bottom: 16px; margin-bottom: 16px;
border-radius: var(--radius-md); border-radius: 16px;
} }
} }