mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Fixed muted DM border in notifications
This commit is contained in:
parent
df6f75d385
commit
2dedb44f5e
@ -1373,6 +1373,7 @@ body.layout-single-column {
|
||||
}
|
||||
.layout-single-column .status-direct.muted .status__content {
|
||||
background: rgba(155, 174, 200, 0.1);
|
||||
border-color: var(--color-lines);
|
||||
}
|
||||
|
||||
|
||||
|
@ -1373,6 +1373,7 @@ body.layout-single-column {
|
||||
}
|
||||
.layout-single-column .status-direct.muted .status__content {
|
||||
background: rgba(155, 174, 200, 0.1);
|
||||
border-color: var(--color-lines);
|
||||
}
|
||||
|
||||
|
||||
|
@ -1373,6 +1373,7 @@ body.layout-single-column {
|
||||
}
|
||||
.layout-single-column .status-direct.muted .status__content {
|
||||
background: rgba(155, 174, 200, 0.1);
|
||||
border-color: var(--color-lines);
|
||||
}
|
||||
|
||||
|
||||
|
@ -1373,6 +1373,7 @@ body.layout-single-column {
|
||||
}
|
||||
.layout-single-column .status-direct.muted .status__content {
|
||||
background: rgba(155, 174, 200, 0.1);
|
||||
border-color: var(--color-lines);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user