good to gooo

This commit is contained in:
counterweight 2025-02-25 14:47:27 +01:00
parent 9df242221e
commit 3495429102
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 10 additions and 3 deletions

View file

@ -12,7 +12,7 @@
}
#premium-selector-area {
width: 60px;
width: 80px;
}
#amount-area-content {
@ -183,6 +183,13 @@
height: 100%;
}
.place-and-time-box {
height: 100px;
width: 30%;
min-width: 200px;
resize: none;
}
.checkbox-row {
display: flex;
margin-left: auto;