mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Tweaked appearance of the expanded story in the Explore tab
This commit is contained in:
parent
56121f505f
commit
43afce6d33
@ -3064,9 +3064,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
margin: 0 0 -25px;
|
||||
}
|
||||
.app-body .story.expanded .story__thumbnail img {
|
||||
width: calc(100% + 30px);
|
||||
margin: -15px -15px 0 -15px;
|
||||
border-radius: 0 0 0 0;
|
||||
margin: 0 0 30px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* 🔍 Search field and search results */
|
||||
|
@ -3064,9 +3064,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
margin: 0 0 -25px;
|
||||
}
|
||||
.app-body .story.expanded .story__thumbnail img {
|
||||
width: calc(100% + 30px);
|
||||
margin: -15px -15px 0 -15px;
|
||||
border-radius: 0 0 0 0;
|
||||
margin: 0 0 30px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* 🔍 Search field and search results */
|
||||
|
@ -3064,9 +3064,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
margin: 0 0 -25px;
|
||||
}
|
||||
.app-body .story.expanded .story__thumbnail img {
|
||||
width: calc(100% + 30px);
|
||||
margin: -15px -15px 0 -15px;
|
||||
border-radius: 0 0 0 0;
|
||||
margin: 0 0 30px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* 🔍 Search field and search results */
|
||||
|
Loading…
Reference in New Issue
Block a user