Merge branch 'main' into email-verification
This commit is contained in:
commit
822b16ae07
23 changed files with 477 additions and 66 deletions
|
@ -78,13 +78,6 @@ async function deleteAccount() {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.subtitle {
|
||||
display: block;
|
||||
font-size: 0.8em;
|
||||
font-weight: 800;
|
||||
margin: 4dvh 0 0.5dvh 0.25dvw;
|
||||
}
|
||||
|
||||
.user-data-fields {
|
||||
min-width: 35dvw;
|
||||
max-width: 35dvw;
|
||||
|
@ -101,8 +94,4 @@ async function deleteAccount() {
|
|||
color: var(--text-color);
|
||||
background-color: var(--accent-color);
|
||||
}
|
||||
|
||||
.profile-popup {
|
||||
margin-left: 2dvw;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue