Skip to content

Commit 77a78e2

Browse files
committed
Enforce Separate Text display.
I swear it would work but here we are.
1 parent d98eaba commit 77a78e2

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

layouts/header/style.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,10 +1689,8 @@ span.tweet-body-text {
16891689
content: "\f183"
16901690
}
16911691

1692-
@media only screen and (min-width: 600px) {
1693-
.tweet-interact-more-menu-separate {
1694-
display: none;
1695-
}
1692+
.tweet-interact-more-menu-separate {
1693+
display: none !important;
16961694
}
16971695

16981696
.tweet-interact-more-menu-share:before {
@@ -3170,6 +3168,11 @@ video::-internal-media-controls-overlay-cast-button {
31703168
.tweet-body-main > .tweet-interact > .tweet-interact-more {
31713169
margin-right: 12px !important;
31723170
}
3171+
3172+
.tweet-interact-more-menu-separate {
3173+
display: block !important;
3174+
}
3175+
31733176
.navbar-new-tweet-modal {
31743177
top: 33%;
31753178
}

0 commit comments

Comments
 (0)