Added padding to trending hashtags

This commit is contained in:
Niléane 2024-02-27 16:23:09 +01:00
parent 8c40eaff50
commit 24f32dec9d
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -3780,7 +3780,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
/* "Trending Now" block at the bottom of the navigation panel */ /* "Trending Now" block at the bottom of the navigation panel */
.app-body .getting-started__trends { .app-body .getting-started__trends {
padding: 0; padding: 0 0 0 10px;
border-radius: 8px; border-radius: 8px;
display: flex; display: flex;
flex-flow: column; flex-flow: column;

View file

@ -3780,7 +3780,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
/* "Trending Now" block at the bottom of the navigation panel */ /* "Trending Now" block at the bottom of the navigation panel */
.app-body .getting-started__trends { .app-body .getting-started__trends {
padding: 0; padding: 0 0 0 10px;
border-radius: 8px; border-radius: 8px;
display: flex; display: flex;
flex-flow: column; flex-flow: column;

View file

@ -3780,7 +3780,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
/* "Trending Now" block at the bottom of the navigation panel */ /* "Trending Now" block at the bottom of the navigation panel */
.app-body .getting-started__trends { .app-body .getting-started__trends {
padding: 0; padding: 0 0 0 10px;
border-radius: 8px; border-radius: 8px;
display: flex; display: flex;
flex-flow: column; flex-flow: column;