Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fix project list layouts on mobile (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector authored Apr 11, 2024
1 parent 372d021 commit 6072765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6072765

Please sign in to comment.