mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-06 07:23:04 +02:00
more
This commit is contained in:
parent
6f735a4a6f
commit
9bbc01ca4f
2 changed files with 133 additions and 19 deletions
|
@ -1,6 +1,23 @@
|
|||
|
||||
.text-window {
|
||||
width: 90%;
|
||||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue