Compare commits
1 Commits
832c8e45bb
...
4c526cb1e7
Author | SHA1 | Date | |
---|---|---|---|
4c526cb1e7 |
|
@ -1 +0,0 @@
|
||||||
/usr/local/www/html/static/anonkun.css
|
|
36
static/anonkun.css
Normal file
36
static/anonkun.css
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
#questBody {
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 32%;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chat {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chatPane {
|
||||||
|
height: 100%;
|
||||||
|
width: 30%;
|
||||||
|
right: 0;
|
||||||
|
position: fixed;
|
||||||
|
padding-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chatWindow {
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
overflow: auto;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#messageBox {
|
||||||
|
padding-bottom: 10px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#messageTextarea {
|
||||||
|
resize: none;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user