summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkSubNoteContent.vue
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-11-08 17:18:29 +0000
committerdakkar <dakkar@thenautilus.net>2024-11-08 17:33:04 +0000
commita930fd9758c6efaf1cc1da7b3e365ba590a5d298 (patch)
tree05e5ebd401230c81d4616eed7341038d693762e3 /packages/frontend/src/components/MkSubNoteContent.vue
parentprobably re-enable friendlycaptcha on signin (diff)
downloadsharkey-a930fd9758c6efaf1cc1da7b3e365ba590a5d298.tar.gz
sharkey-a930fd9758c6efaf1cc1da7b3e365ba590a5d298.tar.bz2
sharkey-a930fd9758c6efaf1cc1da7b3e365ba590a5d298.zip
probably fix most renamed CSS variables
Diffstat (limited to 'packages/frontend/src/components/MkSubNoteContent.vue')
-rw-r--r--packages/frontend/src/components/MkSubNoteContent.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/frontend/src/components/MkSubNoteContent.vue b/packages/frontend/src/components/MkSubNoteContent.vue
index 46ef575c23..a32fd53c51 100644
--- a/packages/frontend/src/components/MkSubNoteContent.vue
+++ b/packages/frontend/src/components/MkSubNoteContent.vue
@@ -117,7 +117,7 @@ watch(() => props.expandAllCws, (expandAllCws) => {
background: var(--MI_THEME-panel);
padding: 6px 10px;
font-size: 0.8em;
- border-radius: var(--radius-ellipse);
+ border-radius: var(--MI-radius-ellipse);
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
@@ -142,8 +142,8 @@ watch(() => props.expandAllCws, (expandAllCws) => {
}
.translation {
- border: solid 0.5px var(--divider);
- border-radius: var(--radius);
+ border: solid 0.5px var(--MI_THEME-divider);
+ border-radius: var(--MI-radius);
padding: 12px;
margin-top: 8px;
}
@@ -164,7 +164,7 @@ watch(() => props.expandAllCws, (expandAllCws) => {
background: var(--MI_THEME-popup);
padding: 6px 10px;
font-size: 0.8em;
- border-radius: var(--radius-ellipse);
+ border-radius: var(--MI-radius-ellipse);
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}