fix up styling on chat text input
This commit is contained in:
parent
49dd2f2e92
commit
dfc94b4079
2 changed files with 4 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#famousOverlay {
|
#famousOverlay {
|
||||||
position:fixed;
|
position:absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -255,10 +255,11 @@
|
||||||
}
|
}
|
||||||
.chat-box .chat-input {
|
.chat-box .chat-input {
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
width: 100%;
|
width: 94%;
|
||||||
padding: 8px 8px 8px 8px;
|
padding: 8px 3% 8px 3%;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
resize: none;
|
||||||
}
|
}
|
||||||
.chat-box .chat-messages {
|
.chat-box .chat-messages {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue