1.0.60
All checks were successful
Build and Release / build-and-release (push) Successful in 12m29s

This commit is contained in:
Bryan1029384756
2026-04-14 20:03:54 -05:00
parent b7a4cf4ce8
commit 965048f7d2
47 changed files with 2558 additions and 135 deletions

View File

@@ -14,6 +14,20 @@
margin-top: 4px;
}
/* Direct media embeds (GIFs, raw videos, raw images) don't need
the brand-coloured left bar or the card chrome — the media IS
the content. Strip the card so it reads as inline media. */
.embedBare {
background: transparent;
border: none;
border-left: none;
padding: 0;
}
.directGif {
margin-top: 4px;
}
.grid {
overflow: hidden;
padding: 12px 12px 14px 12px;