1
0

Merge tag '2024.10.1' into feature/2024.10

This commit is contained in:
dakkar
2024-11-08 15:52:37 +00:00
454 changed files with 9728 additions and 3363 deletions
@@ -27,9 +27,9 @@ const props = defineProps<{
<style lang="scss" module>
.root {
border: 1px solid var(--divider);
border-radius: var(--radius);
padding: var(--margin);
border: 1px solid var(--MI_THEME-divider);
border-radius: var(--MI-radius);
padding: var(--MI-margin);
text-align: center;
}
@@ -28,8 +28,8 @@ onMounted(() => {
<style lang="scss" module>
.root {
border: 1px solid var(--divider);
border-radius: var(--radius);
border: 1px solid var(--MI_THEME-divider);
border-radius: var(--MI-radius);
overflow: hidden;
}
.mediaList {
@@ -35,7 +35,7 @@ onMounted(() => {
<style lang="scss" module>
.root {
border: 1px solid var(--divider);
border-radius: var(--radius);
border: 1px solid var(--MI_THEME-divider);
border-radius: var(--MI-radius);
}
</style>