mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix dark theme issue on friends list on mobiles
This commit is contained in:
parent
c05506a2a5
commit
f418ee25b0
@ -231,6 +231,12 @@ fieldset[disabled] .form-control {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 513px) {
|
||||||
|
#friendsList {
|
||||||
|
background-color: var(--black5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#friendsList h4 {
|
#friendsList h4 {
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user