From ae5d052274b1ac3d3c7849e7f18d97c5822446d3 Mon Sep 17 00:00:00 2001 From: ShittyKopper Date: Tue, 31 Oct 2023 21:44:34 +0300 Subject: upd: implement radius setting to keep things manageable i merged a lot of one off values into just a handful of common sizes, so some parts of the ui will look different than upstream even with the "Misskey" rounding mode --- packages/frontend/src/components/MkInstanceCardMini.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/frontend/src/components/MkInstanceCardMini.vue') diff --git a/packages/frontend/src/components/MkInstanceCardMini.vue b/packages/frontend/src/components/MkInstanceCardMini.vue index e384b7a0bc..6af9c6ccb5 100644 --- a/packages/frontend/src/components/MkInstanceCardMini.vue +++ b/packages/frontend/src/components/MkInstanceCardMini.vue @@ -46,14 +46,14 @@ function getInstanceIcon(instance): string { align-items: center; padding: 16px; background: var(--panel); - border-radius: 8px; + border-radius: var(--radius-sm); > :global(.icon) { display: block; width: ($bodyTitleHieght + $bodyInfoHieght); height: ($bodyTitleHieght + $bodyInfoHieght); object-fit: cover; - border-radius: 4px; + border-radius: var(--radius-xs); margin-right: 10px; } -- cgit v1.2.3-freya