i2pd-tools/websocks-demo/style.css

23 lines
327 B
CSS
Raw Permalink Normal View History

2016-12-11 19:44:25 +01:00
.text-window {
2016-12-17 18:48:54 +01:00
position: fixed;
height: 90%;
width: 100%;
2016-12-11 19:44:25 +01:00
white-space: pre-wrap;
overflow-wrap: break-word;
2016-12-17 18:48:54 +01:00
overflow-y: scroll;
}
.text-input {
width: 100%;
position: fixed;
bottom: 0px;
left: 10px;
}
#irc-window {
position: fixed;
width: 95%;
top: 20px;
left: 10px;
2016-12-11 19:44:25 +01:00
}