Refactor <FollowedTags>
into TypeScript (#34355)
This commit is contained in:
parent
887336f2c6
commit
bdf9baa2e8
8 changed files with 181 additions and 229 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue