mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix CSS for small displays
This commit is contained in:
parent
30c0387b05
commit
1b521e6f20
@ -425,19 +425,9 @@
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
#timsChatMessageContainer {
|
||||
overflow: auto;
|
||||
|
||||
.timsChatMessage {
|
||||
> time {
|
||||
.timsChatMessage .text li > time, #smilies {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
> .usernameContainer {
|
||||
min-width: 0px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#timsChatOptions {
|
||||
|
Loading…
Reference in New Issue
Block a user