improve UI on web client to include features from penguinmod client
This commit is contained in:
parent
bc1e681c40
commit
b4e8ba7bd9
6 changed files with 61 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
:root,
|
||||
input,
|
||||
button {
|
||||
font-family: monospace;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -64,6 +64,18 @@ button, button a {
|
|||
padding: 0.5rem 1rem;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
#messages>li>li {
|
||||
margin: 0;
|
||||
line-height: 1em;
|
||||
height: 1em;
|
||||
padding-bottom: 0.1em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
#messages>li>li>img {
|
||||
height: 1.1em;
|
||||
}
|
||||
|
||||
#messages>li:nth-child(odd) {
|
||||
background: #efefef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue