Version 2.0.3 - Fix

This commit is contained in:
2024-02-23 12:07:03 +01:00
parent ea01d5f318
commit 211e1ed652
5 changed files with 56 additions and 320 deletions

View File

@ -306,7 +306,7 @@ button:hover {
}
.durationBar {
display: flex;
/* display: flex; */
align-items: center;
}
@ -817,7 +817,7 @@ button:hover {
.search-list {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: repeat(auto-fill,minmax(200px,auto));
width: 100%;
gap: 20px;
@ -845,11 +845,14 @@ button:hover {
flex-direction: column;
gap: 10px;
align-items: center;
width: 100%;
width: 200px;
cursor: pointer;
/* user-select: none; */
text-align: center;
margin-bottom: 10px;
max-height: 200px;
justify-content: center;
}