Compare commits
1 Commits
311b4723ea
...
bcc50bf443
Author | SHA1 | Date | |
---|---|---|---|
bcc50bf443 |
|
@ -1,5 +1,4 @@
|
|||
.header {
|
||||
display: initial;
|
||||
#header {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -10,15 +9,10 @@
|
|||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
.header li {
|
||||
#header li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#headerHidden {
|
||||
display: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#questContainer {
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
|
@ -29,9 +23,6 @@
|
|||
padding-right: 32%;
|
||||
}
|
||||
|
||||
#newQPostArea {
|
||||
}
|
||||
|
||||
#chatPane {
|
||||
height: 100%;
|
||||
width: 30%;
|
||||
|
@ -47,14 +38,14 @@
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
#messageTextDiv {
|
||||
#messageBox {
|
||||
padding-bottom: 10px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#messageTextArea {
|
||||
#messageTextarea {
|
||||
resize: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user