Fix preview toggle button on Morning
This commit is contained in:
parent
6823fc2c29
commit
d2a3287800
@ -214,13 +214,15 @@ body {
|
|||||||
/* Embeds */
|
/* Embeds */
|
||||||
#chat .toggle-content,
|
#chat .toggle-content,
|
||||||
#chat .toggle-button {
|
#chat .toggle-button {
|
||||||
background: #242a33;
|
|
||||||
color: #f3f3f3;
|
color: #f3f3f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .toggle-content img {
|
#chat .toggle-button:hover {
|
||||||
float: left;
|
color: rgba(243, 243, 243, .8);
|
||||||
margin-right: .5em;
|
}
|
||||||
|
|
||||||
|
#chat .toggle-content {
|
||||||
|
background: #242a33;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .toggle-content .body {
|
#chat .toggle-content .body {
|
||||||
|
Loading…
Reference in New Issue
Block a user