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 {
|
||||
position:fixed;
|
||||
position:absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
|
@ -255,10 +255,11 @@
|
|||
}
|
||||
.chat-box .chat-input {
|
||||
min-height: 80px;
|
||||
width: 100%;
|
||||
padding: 8px 8px 8px 8px;
|
||||
width: 94%;
|
||||
padding: 8px 3% 8px 3%;
|
||||
font-size: 13px;
|
||||
outline: none;
|
||||
resize: none;
|
||||
}
|
||||
.chat-box .chat-messages {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue