more css for livechan
This commit is contained in:
parent
1aa6824fd7
commit
a1f8b35599
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user