ensure calendar thumbs span entire container
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2022-03-04 13:01:04 +01:00
parent 310233932d
commit 6bc0982187

View File

@ -583,6 +583,7 @@ div.network-source {
}
.calendar-image {
width: 100%;
max-width: 100%;
display: inherit;
}