mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2025-01-19 08:12:49 +09:00
Fixed trending hashtag padding
This commit is contained in:
parent
5126758390
commit
df33f63e5f
@ -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 */
|
/* "Trending Now" block at the bottom of the navigation panel */
|
||||||
.app-body .getting-started__trends {
|
.app-body .getting-started__trends {
|
||||||
padding: 8px;
|
padding: 0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
@ -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 */
|
/* "Trending Now" block at the bottom of the navigation panel */
|
||||||
.app-body .getting-started__trends {
|
.app-body .getting-started__trends {
|
||||||
padding: 8px;
|
padding: 0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
@ -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 */
|
/* "Trending Now" block at the bottom of the navigation panel */
|
||||||
.app-body .getting-started__trends {
|
.app-body .getting-started__trends {
|
||||||
padding: 8px;
|
padding: 0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user