Refactor <FollowedTags> into TypeScript (#34355)

This commit is contained in:
Eugen Rochko 2025-04-08 18:06:23 +02:00 committed by GitHub
parent 887336f2c6
commit bdf9baa2e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 181 additions and 229 deletions

View file

@ -8110,13 +8110,9 @@ noscript {
&__item {
display: flex;
align-items: center;
padding: 15px;
padding: 16px;
border-bottom: 1px solid var(--background-border-color);
gap: 15px;
&:last-child {
border-bottom: 0;
}
gap: 8px;
&__name {
flex: 1 1 auto;
@ -8223,7 +8219,7 @@ noscript {
}
&--compact &__item {
padding: 10px;
padding: 12px;
}
}