This commit is contained in:
2026-05-27 19:21:28 +02:00
parent 61754e058f
commit 8909e02ddc
2 changed files with 6 additions and 10 deletions

View File

@@ -2575,21 +2575,12 @@ body.layout-legacy #comments-container.faded-out {
.cf-attachment.cf-image img {
max-width: 300px;
max-height: 220px;
object-fit: contain;
border: 1px solid rgba(255, 255, 255, 0.08);
cursor: pointer;
transition: opacity 0.15s;
}
.cf-attachment.cf-image img:hover {
opacity: 0.85;
}
.cf-attachment.cf-video video {
max-width: 400px;
max-height: 280px;
border: 1px solid rgba(255, 255, 255, 0.08);
}
.cf-attachment.cf-audio audio {