Fix project list layouts on mobile (#1671)
This commit is contained in:
parent
372d021062
commit
60727656c9
@ -603,9 +603,9 @@ const listTypes = computed(() => {
|
||||
}
|
||||
|
||||
.project-list-layouts {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
|
||||
gap: var(--gap-lg);
|
||||
width: fit-content;
|
||||
|
||||
.preview-radio .example-card {
|
||||
border: 2px solid transparent;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user