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

View file

@ -159,7 +159,7 @@ function more() {
left: 0;
right: 0;
bottom: 0;
border-radius: var(--radius-ellipse);
border-radius: var(--MI-radius-ellipse);
background: linear-gradient(90deg, var(--MI_THEME-buttonGradateA), var(--MI_THEME-buttonGradateB));
}
@ -246,7 +246,7 @@ function more() {
left: 0;
right: 0;
bottom: 0;
border-radius: var(--radius-ellipse);
border-radius: var(--MI-radius-ellipse);
background: var(--MI_THEME-accentedBg);
}
}

View file

@ -220,7 +220,7 @@ function more(ev: MouseEvent) {
left: 0;
right: 0;
bottom: 0;
border-radius: var(--radius-ellipse);
border-radius: var(--MI-radius-ellipse);
background: linear-gradient(90deg, var(--MI_THEME-buttonGradateA), var(--MI_THEME-buttonGradateB));
}
@ -339,7 +339,7 @@ function more(ev: MouseEvent) {
left: 0;
right: 0;
bottom: 0;
border-radius: var(--radius-ellipse);
border-radius: var(--MI-radius-ellipse);
background: var(--MI_THEME-accentedBg);
}
}
@ -438,7 +438,7 @@ function more(ev: MouseEvent) {
margin: auto;
width: 52px;
aspect-ratio: 1/1;
border-radius: var(--radius-full);
border-radius: var(--MI-radius-full);
background: linear-gradient(90deg, var(--MI_THEME-buttonGradateA), var(--MI_THEME-buttonGradateB));
}
@ -534,7 +534,7 @@ function more(ev: MouseEvent) {
left: 0;
right: 0;
bottom: 0;
border-radius: var(--radius-ellipse);
border-radius: var(--MI-radius-ellipse);
background: var(--MI_THEME-accentedBg);
}

View file

@ -22,7 +22,7 @@ defineProps<{
<style lang="scss" module>
.root {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
border-radius: var(--radius-sm);
border-radius: var(--MI-radius-sm);
overflow: clip;
contain: content;
}

View file

@ -40,7 +40,7 @@ const zIndex = os.claimZIndex('high');
padding: 16px 20px;
pointer-events: none;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
border-radius: var(--radius-sm);
border-radius: var(--MI-radius-sm);
}
.mk-uploader:empty {
display: none;
@ -116,7 +116,7 @@ const zIndex = os.claimZIndex('high');
display: block;
background: transparent;
border: none;
border-radius: var(--radius-xs);
border-radius: var(--MI-radius-xs);
overflow: hidden;
grid-column: 2/3;
grid-row: 2/3;