mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-24 15:16:11 +09:00
Workaround for #88
This commit is contained in:
parent
4533bc706a
commit
64da36b338
@ -3279,7 +3279,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.app-body .column-header .column-header__back-button {
|
||||
padding-right: 16px;
|
||||
}
|
||||
.app-body .column-header :is(> button, .column-header__back-button) {
|
||||
.app-body .column-header > button,
|
||||
.app-body .column-header .column-header__back-button {
|
||||
font-weight: bold;
|
||||
}
|
||||
@media screen and (max-width:1174px) {
|
||||
|
@ -3279,7 +3279,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.app-body .column-header .column-header__back-button {
|
||||
padding-right: 16px;
|
||||
}
|
||||
.app-body .column-header :is(> button, .column-header__back-button) {
|
||||
.app-body .column-header > button,
|
||||
.app-body .column-header .column-header__back-button {
|
||||
font-weight: bold;
|
||||
}
|
||||
@media screen and (max-width:1174px) {
|
||||
|
@ -3279,7 +3279,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.app-body .column-header .column-header__back-button {
|
||||
padding-right: 16px;
|
||||
}
|
||||
.app-body .column-header :is(> button, .column-header__back-button) {
|
||||
.app-body .column-header > button,
|
||||
.app-body .column-header .column-header__back-button {
|
||||
font-weight: bold;
|
||||
}
|
||||
@media screen and (max-width:1174px) {
|
||||
|
Loading…
Reference in New Issue
Block a user