4 Commits

Author SHA1 Message Date
77f3558f44 Fix merge
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 51s
2025-05-06 22:09:55 +02:00
ad43502507 Adjust header size
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 55s
2025-05-06 22:07:53 +02:00
58588012ae Update style
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 57s
2025-05-06 21:50:58 +02:00
7c0adb1c58 Add read more description 2025-05-06 01:15:52 +02:00
2 changed files with 13 additions and 8 deletions

View File

@@ -7,16 +7,11 @@
}
.search-container {
width: 150px;
min-width: 150px;
min-width: 50px;
max-width: 150px;
}
.slider-container {
width: 150px;
min-width: 150px;
}
.select-container {
.slider-container, .select-container {
width: 150px;
min-width: 150px;
}
@@ -67,6 +62,10 @@
.slider-container {
display: none;
}
.square-button:first-child {
margin-right: 0;
}
}
@media screen and (max-width: 1000px) {

View File

@@ -35,3 +35,9 @@
background: var(--violet-selected);
cursor: pointer;
}
@media screen and (max-width: 700px) {
.add-buttons {
margin-right: 8px;
}
}