.WallpaperSettings_gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.WallpaperSettings_galleryItem {
    max-width: 200px;
    max-height: 150px;
    border: 1px solid var(--bs-border-color);
    cursor: pointer;
}
