Archived
1
0

more css for livechan

This commit is contained in:
Jeff Becker 2017-09-22 09:48:41 -04:00
parent 1aa6824fd7
commit a1f8b35599
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -148,6 +148,12 @@ textarea, select {
width: 10%; width: 10%;
} }
@media only screen and (max-device-width: 480px) {
.livechan_convobar_root {
width: 40%;
}
}
.livechan_convobar_item { .livechan_convobar_item {
padding: 5px; padding: 5px;
margin: 5px; margin: 5px;
@ -261,6 +267,7 @@ textarea, select {
float: left; float: left;
clear: both; clear: both;
} }
.livechan_chat_output_chat:last-child{ .livechan_chat_output_chat:last-child{
margin-bottom:2em; margin-bottom:2em;
} }