This commit is contained in:
2024-11-01 09:38:34 +01:00
parent d728dfbfc6
commit d7fb1af826
3 changed files with 13 additions and 4 deletions

View File

@ -378,9 +378,11 @@ th.dt-center, td.dt-center { text-align: center; }
.member{display:flex; flex-direction: column; align-items: center; background-color: var(--colorbgbodydarkdarker); border-radius:10px; padding:10px;}
.member img{border-radius:100%;width:60px; height: 60px;}
@media (max-width: 980px) {
.grid-sizer { width: 10%; margin-bottom: 0%;}
.grid-sizer { width: 5%; margin-bottom: 0%;}
.grid-item-size { width: 50%; margin-bottom: 0%;}
.grid-item-size-small-3 { width: 30%}
.grid-item-mini-50 { width: 50%; margin-bottom: 0%;}
.grid-item-mini-25 { width: 25%; margin-bottom: 0%;}
}