[web] Badges inline with last line of title on template page GitOrigin-RevId: cdaa7fd6dbaa2a37f3f60a17be280c3b92dac695
@@ -307,15 +307,21 @@
}
.gallery-item-title {
- display: inline-flex;
- gap: var(--spacing-06);
+ * {
+ vertical-align: middle;
+ }
h1 {
+ display: inline;
margin: unset;
+ h1:has(+ .gallery-item-title-badge-container) {
+ margin-right: var(--spacing-06);
+
.gallery-item-title-badge-container {
- display: flex;
+ display: inline-flex;
justify-content: center;
align-items: center;
gap: var(--spacing-04);