1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-01-11 23:37:53 +00:00
i2pd-tools/websocks-demo/style.css
Jeff Becker 9bbc01ca4f more
2016-12-17 12:48:54 -05:00

23 lines
327 B
CSS

.text-window {
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;
}