ensure calendar thumbs span entire container

This commit is contained in:
decentral1se 2022-03-04 13:01:04 +01:00
parent 310233932d
commit 6bc0982187
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 20 additions and 19 deletions

View File

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