feat: revamp a little

This commit is contained in:
julius 2025-01-29 15:04:07 +01:00
parent 2256fbfdf9
commit 2d760cda16
Signed by: julius
GPG Key ID: C80A63E6A5FD7092
2 changed files with 43 additions and 56 deletions

View File

@ -7,6 +7,7 @@ body {
position: relative; position: relative;
z-index: 0; z-index: 0;
color: black; color: black;
text-align: center;
overflow-wrap: anywhere; overflow-wrap: anywhere;
height: 100%; height: 100%;
} }
@ -19,7 +20,6 @@ footer {
max-width: 1280px; max-width: 1280px;
margin: 0 auto; margin: 0 auto;
padding: 8px; padding: 8px;
text-align: center;
} }
.grey { .grey {
@ -29,7 +29,7 @@ footer {
.hint { .hint {
position: absolute; position: absolute;
font-size: 80%; font-size: 80%;
padding: 4px; padding: 8px;
top: auto; top: auto;
left: 4px; left: 4px;
bottom: auto; bottom: auto;
@ -42,14 +42,13 @@ h2,
h3 { h3 {
margin-top: 0px; margin-top: 0px;
margin-bottom: 0px; margin-bottom: 0px;
padding: 4px 16px; padding: 8px 16px;
} }
.container { .container {
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
justify-content: space-evenly; width: min(96vw, 900px);
min-width: 737px;
} }
.dragbox { .dragbox {
@ -59,6 +58,19 @@ h3 {
height: 92%; height: 92%;
} }
.box {
position: relative;
flex: 1;
&.one {
max-width: min(96%, 768px);
margin: 4px auto;
}
padding: 4px;
margin: 4px 0.5%;
border-style: solid;
border-color: black;
}
.reservoir { .reservoir {
flex-direction: unset; flex-direction: unset;
flex-wrap: wrap; flex-wrap: wrap;
@ -66,28 +78,9 @@ h3 {
width: 100%; 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;
}
padding: 4px;
margin: 4px auto;
border-style: solid;
border-color: black;
}
.user { .user {
max-width: 400px; max-width: 240px;
min-width: 200px; min-width: 100px;
margin: 4px auto; margin: 4px auto;
.item { .item {
font-weight: bold; font-weight: bold;
@ -106,27 +99,19 @@ h3 {
.extra-margin { .extra-margin {
padding: 0px 8px; padding: 0px 8px;
margin: auto;
} }
button { button {
font-weight: bold; font-weight: bold;
font-size: large; font-size: large;
color: ghostwhite; color: aliceblue;
background-color: black; background-color: black;
border-radius: 1.2em; border-radius: 1.2em;
z-index: 1; z-index: 1;
&:focus {
outline: black;
}
&:hover {
border-color: black;
}
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
.container {
min-width: 96vw;
}
.submit_text { .submit_text {
display: none; display: none;
} }
@ -156,18 +141,21 @@ button {
.tablink { .tablink {
color: white; color: white;
cursor: pointer; cursor: pointer;
padding: 8px 16px; flex: 1;
width: 48%; margin: 4px auto;
} }
.navbar { .navbar {
button { button {
font-size: medium;
margin: 4px 0.5%;
padding-top: 4px;
padding-bottom: 4px;
opacity: 50%; opacity: 50%;
&:hover { &:hover {
opacity: 75%; opacity: 75%;
} }
} }
padding: 16px;
} }
/* Style the tab content (and add height:100% for full page content) */ /* Style the tab content (and add height:100% for full page content) */
@ -188,8 +176,7 @@ button {
.logo { .logo {
position: relative; position: relative;
text-align: center; text-align: center;
height: 196px; height: 160px;
margin: auto;
img { img {
display: block; display: block;
margin: auto; margin: auto;