mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-01-11 23:37:53 +00:00
23 lines
327 B
CSS
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;
|
|
} |