Prevents featured tags from flickering (#38667)

This commit is contained in:
Echo 2026-04-14 13:58:50 +02:00 committed by GitHub
parent ba0b9e8ea5
commit d931e2f30d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,10 @@
flex-wrap: nowrap;
overflow: hidden;
position: relative;
> button {
flex-shrink: 0;
}
}
.tagsListShowAll {