From 1ac1a968b9edd801aa13e8dae56ca378744d9e2e Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 30 Sep 2021 00:50:45 +0900 Subject: refactor components --- src/client/ui/_common_/sidebar.vue | 2 +- src/client/ui/chat/note-preview.vue | 2 +- src/client/ui/chat/note.sub.vue | 2 +- src/client/ui/chat/note.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/ui') diff --git a/src/client/ui/_common_/sidebar.vue b/src/client/ui/_common_/sidebar.vue index 9817a46e30..4bb7bbd985 100644 --- a/src/client/ui/_common_/sidebar.vue +++ b/src/client/ui/_common_/sidebar.vue @@ -395,7 +395,7 @@ export default defineComponent({ left: 0; right: 0; bottom: 0; - border-radius: 8px; + border-radius: 999px; background: var(--accentedBg); } } diff --git a/src/client/ui/chat/note-preview.vue b/src/client/ui/chat/note-preview.vue index 77949e314b..beb38de644 100644 --- a/src/client/ui/chat/note-preview.vue +++ b/src/client/ui/chat/note-preview.vue @@ -6,7 +6,7 @@

{{ note.cw }} - +

diff --git a/src/client/ui/chat/note.sub.vue b/src/client/ui/chat/note.sub.vue index bb528dd936..a284ba2bf4 100644 --- a/src/client/ui/chat/note.sub.vue +++ b/src/client/ui/chat/note.sub.vue @@ -7,7 +7,7 @@

- +

diff --git a/src/client/ui/chat/note.vue b/src/client/ui/chat/note.vue index 6d2b9bbf54..26d44d26aa 100644 --- a/src/client/ui/chat/note.vue +++ b/src/client/ui/chat/note.vue @@ -42,7 +42,7 @@

- +

-- cgit v1.2.3-freya