Implement profile modal #52

Merged
twig merged 27 commits from profile-modal into main 2025-08-04 19:06:45 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7e7b0ad0f8 - Show all commits

View file

@ -5,7 +5,7 @@
<style scoped>
.spacer {
display: block;
width: 0.2dvh;
min-width: 0.2dvh;
margin: 0.2dvh 0.8dvw;
background-color: var(--padding-color);
}

View file

@ -4,8 +4,8 @@
<style scoped>
.vertical-spacer {
height: 0.2dvh;
display: block;
min-height: 0.2dvh;
margin: 0.8dvh 0.2dvw;
background-color: var(--padding-color);
}