Improved focused styling

This commit is contained in:
djmaze 2021-07-21 21:54:07 +02:00
parent 5590fd4860
commit b16b184ac9
6 changed files with 14 additions and 12 deletions

View file

@ -198,13 +198,9 @@ html.rl-no-preview-pane {
}
}
&.message-focused {
.b-message-list-wrapper {
background-color: #000;
}
.b-content {
opacity: 0.97;
}
&.focused .b-message-list-wrapper {
background-color: #000;
border-color: #9d9d9d;
}
}