2
0

Add icon to header of pinned posts carousel in web UI (#34869)

This commit is contained in:
Eugen Rochko
2025-05-31 00:24:34 +02:00
committed by GitHub
parent 1cc853059f
commit 44d71d59ef
2 changed files with 18 additions and 2 deletions

View File

@@ -11074,5 +11074,13 @@ noscript {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 4px;
.icon {
width: 16px;
height: 16px;
}
}
}