feat: choose user once at the beginning

This commit is contained in:
2025-01-26 17:30:37 +01:00
parent 3b33b1ca44
commit 31e29de4cd
3 changed files with 169 additions and 102 deletions

View File

@@ -48,15 +48,26 @@ h2 {
height: 92%;
}
.reservoir {
flex-direction: unset;
flex-wrap: wrap;
justify-content: space-around;
width: 100%;
}
.box {
position: relative;
&.one {
max-width: min(80vw, 500px);
}
&.two {
min-width: 43%;
max-width: 20vw;
}
&.three {
min-width: 27%;
max-width: 10vw;
}
max-width: 10vw;
padding: 4px;
margin: 4px auto;
border-style: solid;
@@ -82,6 +93,10 @@ h2 {
padding: 4px 8px;
}
.extra-margin {
padding: 0px 8px;
}
button {
font-weight: bold;
color: ghostwhite;
@@ -120,7 +135,6 @@ button {
width: 50%;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
display: none;