1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-01-25 22:04:13 +00:00

23 lines
327 B
CSS
Raw Normal View History

2016-12-11 13:44:25 -05:00
.text-window {
2016-12-17 12:48:54 -05:00
position: fixed;
height: 90%;
width: 100%;
2016-12-11 13:44:25 -05:00
white-space: pre-wrap;
overflow-wrap: break-word;
2016-12-17 12:48:54 -05: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 13:44:25 -05:00
}