mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
dark-mode: Fix bug with open graph previews.
This fixes a bug where the open graph preview bottom fade is dark rather than white when not in dark mode, which results in a heavy dark faded line at the bottom of the description.
This commit is contained in:
committed by
Tim Abbott
parent
61e4fc3b74
commit
e82564c82c
@@ -19,7 +19,7 @@ body.dark-mode #settings_page .right {
|
|||||||
background-color: hsl(212, 28%, 18%);
|
background-color: hsl(212, 28%, 18%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message_embed .data-container::after {
|
body.dark-mode .message_embed .data-container::after {
|
||||||
background: linear-gradient(0deg, hsl(212, 28%, 18%), transparent 10%);
|
background: linear-gradient(0deg, hsl(212, 28%, 18%), transparent 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user