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