mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01: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;
|
|
} |