This commit is contained in:
Jeff Becker 2016-12-17 12:48:54 -05:00
parent 6f735a4a6f
commit 9bbc01ca4f
2 changed files with 133 additions and 19 deletions

View file

@ -1,6 +1,23 @@
.text-window {
width: 90%;
position: fixed;
height: 90%;
width: 100%;
white-space: pre-wrap;
overflow-wrap: break-word;
overflow-y: scroll;
}
.text-input {
width: 100%;
position: fixed;
bottom: 0px;
left: 10px;
}
#irc-window {
position: fixed;
width: 95%;
top: 20px;
left: 10px;
}