summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteDetailed.vue
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2024-10-10 16:12:16 +0900
committerGitHub <noreply@github.com>2024-10-10 16:12:16 +0900
commitb668d161a9a0a2f73c487f3fa6d54fd7597635a5 (patch)
tree23ac69ea9edd0e2beb4e5924a6254f950d6d5a8c /packages/frontend/src/components/MkNoteDetailed.vue
parentBump version to 2024.10.1-beta.1 (diff)
downloadsharkey-b668d161a9a0a2f73c487f3fa6d54fd7597635a5.tar.gz
sharkey-b668d161a9a0a2f73c487f3fa6d54fd7597635a5.tar.bz2
sharkey-b668d161a9a0a2f73c487f3fa6d54fd7597635a5.zip
refactor(frontend): prefix css variables (UI) (#14739)
* refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
Diffstat (limited to 'packages/frontend/src/components/MkNoteDetailed.vue')
-rw-r--r--packages/frontend/src/components/MkNoteDetailed.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkNoteDetailed.vue b/packages/frontend/src/components/MkNoteDetailed.vue
index 8a7a98d23f..6d53685651 100644
--- a/packages/frontend/src/components/MkNoteDetailed.vue
+++ b/packages/frontend/src/components/MkNoteDetailed.vue
@@ -570,7 +570,7 @@ function loadConversation() {
width: calc(100% - 8px);
height: calc(100% - 8px);
border: dashed 2px var(--MI_THEME-focus);
- border-radius: var(--radius);
+ border-radius: var(--MI-radius);
box-sizing: border-box;
}
}
@@ -711,7 +711,7 @@ function loadConversation() {
.translation {
border: solid 0.5px var(--MI_THEME-divider);
- border-radius: var(--radius);
+ border-radius: var(--MI-radius);
padding: 12px;
margin-top: 8px;
}