mod-manager/data/resources/style.css
Tine Jozelj 83c478cfd2
Some checks failed
CI / Rustfmt (push) Failing after 2m10s
CI / Flatpak (push) Failing after 10m55s
feat: loading images
Need to fix the threads as currently it locks the app while loading the images.
2024-01-07 22:35:39 +01:00

4 lines
57 B
CSS

.card image {
min-width: 500px;
min-height: 500px;
}