From 5b03b21ba30aa90ba28bcb93549f8b1611fd50c8 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Tue, 2 May 2023 14:50:22 -0400 Subject: [PATCH 1/3] Fix line color (#9997) --- packages/client/src/components/MkNote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index b809ba8a1c..8ee829419f 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -510,7 +510,7 @@ function readPromo() { display: block; margin-bottom: -10px; margin-top: 16px; - border-left: 2px solid var(--divider); + border-left: 2px solid var(--X13); margin-left: calc((var(--avatarSize) / 2) - 1px); } } From f34fd4991fd6efdc74792ba16913049a7bc227d5 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Tue, 2 May 2023 14:52:05 -0400 Subject: [PATCH 2/3] fix translation box --- packages/client/src/components/MkNote.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index 8ee829419f..372ccb0b0b 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -627,14 +627,11 @@ function readPromo() { > .body { margin-top: 0.7em; - - > .content { - > .translation { - border: solid 0.5px var(--divider); - border-radius: var(--radius); - padding: 12px; - margin-top: 8px; - } + > .translation { + border: solid 0.5px var(--divider); + border-radius: var(--radius); + padding: 12px; + margin-top: 8px; } > .renote { padding-top: 8px; From 9727a03f051a74563464032510bda905a043ba99 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Tue, 2 May 2023 15:07:46 -0400 Subject: [PATCH 3/3] Add tooltips to visibility icons (#9598) --- packages/client/src/components/MkVisibility.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/client/src/components/MkVisibility.vue b/packages/client/src/components/MkVisibility.vue index 04fd6aaef2..faf06668c2 100644 --- a/packages/client/src/components/MkVisibility.vue +++ b/packages/client/src/components/MkVisibility.vue @@ -1,9 +1,14 @@ @@ -21,6 +29,7 @@ import { ref } from "vue"; import XDetails from "@/components/MkUsersTooltip.vue"; import * as os from "@/os"; import { useTooltip } from "@/scripts/use-tooltip"; +import { i18n } from "@/i18n"; const props = defineProps<{ note: {