1
0

probably fix most renamed CSS variables

This commit is contained in:
dakkar
2024-11-08 17:18:29 +00:00
parent 544fc3239f
commit a930fd9758
147 changed files with 399 additions and 400 deletions
@@ -46,7 +46,7 @@ const avatarUrl = computed(() => defaultStore.state.disableShowingAnimatedImages
.root {
display: inline-block;
padding: 4px 8px 4px 4px;
border-radius: var(--radius-ellipse);
border-radius: var(--MI-radius-ellipse);
color: var(--MI_THEME-mention);
background: color(from var(--MI_THEME-mention) srgb r g b / 0.1);
white-space: nowrap;
@@ -63,7 +63,7 @@ const avatarUrl = computed(() => defaultStore.state.disableShowingAnimatedImages
object-fit: cover;
margin: 0 0.2em 0 0;
vertical-align: bottom;
border-radius: var(--radius-full);
border-radius: var(--MI-radius-full);
}
.host {