Compare commits
1 Commits
4c526cb1e7
...
832c8e45bb
Author | SHA1 | Date | |
---|---|---|---|
832c8e45bb |
|
@ -1,36 +0,0 @@
|
||||||
#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;
|
|
||||||
}
|
|
1
static/anonkun.css
Symbolic link
1
static/anonkun.css
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/usr/local/www/html/static/anonkun.css
|
Loading…
Reference in New Issue
Block a user