forked from treehouse/mastodon
Fix background color for favourite modal on DMs
parent
4ed9576cd2
commit
a30a40c437
|
@ -458,6 +458,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.favourite-modal .status-direct {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.actions-modal {
|
.actions-modal {
|
||||||
.status {
|
.status {
|
||||||
background: $white;
|
background: $white;
|
||||||
|
|
Loading…
Reference in New Issue