[ui] gallery thumbnails of about 512px

feat/vaults
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
1 changed files with 2 additions and 0 deletions

View File

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