summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteDetailed.vue
diff options
context:
space:
mode:
authorInsert5StarName <anime@shourai.de>2023-10-01 01:20:20 +0200
committerInsert5StarName <anime@shourai.de>2023-10-01 01:20:20 +0200
commit7a51e2d404d82a8fa491ad08bc88112a7173dff7 (patch)
tree1eaa8f62f52020e663145f41f79b706dcd90c943 /packages/frontend/src/components/MkNoteDetailed.vue
parentfix: more sane defaults (diff)
downloadsharkey-7a51e2d404d82a8fa491ad08bc88112a7173dff7.tar.gz
sharkey-7a51e2d404d82a8fa491ad08bc88112a7173dff7.tar.bz2
sharkey-7a51e2d404d82a8fa491ad08bc88112a7173dff7.zip
prototype: decreased rounding
Diffstat (limited to 'packages/frontend/src/components/MkNoteDetailed.vue')
-rw-r--r--packages/frontend/src/components/MkNoteDetailed.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend/src/components/MkNoteDetailed.vue b/packages/frontend/src/components/MkNoteDetailed.vue
index ec7841c394..73769b6a6a 100644
--- a/packages/frontend/src/components/MkNoteDetailed.vue
+++ b/packages/frontend/src/components/MkNoteDetailed.vue
@@ -552,7 +552,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
width: 28px;
height: 28px;
margin: 0 8px 0 0;
- border-radius: 6px;
+ border-radius: 5px;
}
.renoteText {
@@ -679,7 +679,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.quoteNote {
padding: 16px;
border: dashed 1px var(--renote);
- border-radius: 8px;
+ border-radius: 5px;
overflow: clip;
}
@@ -757,7 +757,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.reactionTab {
padding: 4px 6px;
border: solid 1px var(--divider);
- border-radius: 6px;
+ border-radius: 5px;
}
.reactionTabActive {