Merge tag '2024.10.1' into feature/2024.10

This commit is contained in:
dakkar 2024-11-08 15:52:37 +00:00
commit f079edaf3c
454 changed files with 9728 additions and 3363 deletions

View file

@ -36,7 +36,7 @@ const text = computed(() => {
<style lang="scss" module>
.root {
box-shadow: 0 0 0 3px var(--panel);
box-shadow: 0 0 0 3px var(--MI_THEME-panel);
// sharkey: the comment mentions something about 100% radius not behaving correctly on blink.
// couldn't reproduce, assuming the 120% here was just an old workaround