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

@ -121,10 +121,10 @@ onMounted(() => {
.iconFrame {
position: relative;
width: var(--avatar);
height: var(--avatar);
width: var(--MI-avatar);
height: var(--MI-avatar);
padding: 6px;
border-radius: var(--radius-full);
border-radius: var(--MI-radius-full);
box-sizing: border-box;
pointer-events: none;
user-select: none;
@ -191,7 +191,7 @@ onMounted(() => {
position: relative;
width: 100%;
height: 100%;
border-radius: var(--radius-full);
border-radius: var(--MI-radius-full);
box-shadow: 0 1px 0px #ffffff88 inset;
}