Fixed trending hashtag padding

This commit is contained in:
Niléane 2024-01-18 18:17:29 +01:00
commit df33f63e5f
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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