[Glitch] Add age verification on sign-up

Port CSS changes from d213c585ff to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/3000/head
Eugen Rochko 2025-03-14 15:07:29 +01:00 committed by Claire
parent 4c08cfecd5
commit 156c390048
1 changed files with 16 additions and 0 deletions

View File

@ -354,6 +354,22 @@ code {
}
}
.input.date_of_birth .label_input {
display: flex;
gap: 8px;
align-items: center;
input {
box-sizing: content-box;
width: 32px;
flex: 0;
&:last-child {
width: 64px;
}
}
}
.input.select.select--languages {
min-width: 32ch;
}