1
0
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:
Tim Düsterhus 2013-08-19 20:57:57 +02:00
parent 30c0387b05
commit 1b521e6f20

View File

@ -425,19 +425,9 @@
} }
@media only screen and (max-width: 800px) { @media only screen and (max-width: 800px) {
#timsChatMessageContainer { .timsChatMessage .text li > time, #smilies {
overflow: auto;
.timsChatMessage {
> time {
display: none !important; display: none !important;
} }
> .usernameContainer {
min-width: 0px !important;
}
}
}
} }
#timsChatOptions { #timsChatOptions {