From 7a51e2d404d82a8fa491ad08bc88112a7173dff7 Mon Sep 17 00:00:00 2001 From: Insert5StarName Date: Sun, 1 Oct 2023 01:20:20 +0200 Subject: prototype: decreased rounding --- packages/frontend/src/components/MkPostForm.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/frontend/src/components/MkPostForm.vue') diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index f0228671b4..1ec5b0d61e 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -61,7 +61,7 @@ SPDX-License-Identifier: AGPL-3.0-only - + {{ i18n.ts.notSpecifiedMentionWarning }} - @@ -993,7 +993,7 @@ defineExpose({ padding: 0 12px; line-height: 34px; font-weight: bold; - border-radius: 6px; + border-radius: 5px; min-width: 90px; box-sizing: border-box; color: var(--fgOnAccent); @@ -1003,7 +1003,7 @@ defineExpose({ .headerRightItem { margin: 0; padding: 8px; - border-radius: 6px; + border-radius: 5px; &:hover { background: var(--X5); @@ -1066,7 +1066,7 @@ defineExpose({ .visibleUser { margin-right: 14px; padding: 8px 0 8px 8px; - border-radius: 8px; + border-radius: 5px; background: var(--X4); } @@ -1135,7 +1135,7 @@ defineExpose({ padding: 4px 6px; font-size: .9em; color: var(--warn); - border-radius: 6px; + border-radius: 5px; min-width: 1.6em; text-align: center; @@ -1175,7 +1175,7 @@ defineExpose({ font-size: 1em; width: auto; height: 100%; - border-radius: 6px; + border-radius: 5px; &:hover { background: var(--X5); -- cgit v1.2.3-freya