Fix dark theme issue on friends list on mobiles

This commit is contained in:
Pierre HUBERT 2019-01-10 17:10:49 +01:00
parent c05506a2a5
commit f418ee25b0

View File

@ -231,6 +231,12 @@ fieldset[disabled] .form-control {
}
}
@media screen and (max-width: 513px) {
#friendsList {
background-color: var(--black5);
}
}
#friendsList h4 {
color: var(--white);
}