Fix default messageListItem border left color for dark mode

This commit is contained in:
the-djmaze 2023-01-19 19:12:11 +01:00
parent e1d66d90ae
commit d43d3340e4

View file

@ -195,7 +195,7 @@ html:not(rl-mobile) {
cursor: pointer;
border: 0;
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
border-left: 6px solid #eee;
border-left: 6px solid transparent;
display: flex;
font-size: 13px;
line-height: 2;