1
0

upd: replace more hardcoded radius values

This commit is contained in:
ShittyKopper
2023-11-01 23:00:55 +03:00
parent d4d2f6f871
commit 5ac10730ae
5 changed files with 8 additions and 5 deletions
@@ -221,7 +221,7 @@ onMounted(async () => {
.fileQuickActionsOthersButton {
padding: .5rem;
border-radius: 99rem;
border-radius: var(--radius-ellipse);
&:hover,
&:focus-visible {
@@ -428,7 +428,7 @@ definePageMetadata({
cursor: pointer;
padding: 16px 16px 28px 16px;
border: solid 2px var(--divider);
border-radius: 8px;
border-radius: var(--radius-sm);
text-align: center;
font-size: 90%;
overflow: clip;