[ui] gallery thumbnails of about 512px

This commit is contained in:
Tomáš Mládek 2022-02-10 00:09:12 +01:00
parent 15c524c07d
commit 01c95a11b8
No known key found for this signature in database
GPG key ID: ED21612889E75EC5

View file

@ -159,10 +159,12 @@ import { query } from "../../lib/entity";
display: flex; display: flex;
gap: 1rem; gap: 1rem;
flex-wrap: wrap; flex-wrap: wrap;
align-items: center;
} }
.thumbnail { .thumbnail {
flex-grow: 1; flex-grow: 1;
min-width: 0; min-width: 0;
flex-basis: 512px;
} }
</style> </style>