Merge pull request #278 from glowing-bear/uifix
Add space to bottom of #bufferlines
This commit is contained in:
commit
6812501f12
1 changed files with 2 additions and 6 deletions
|
@ -248,8 +248,8 @@ input[type=text], input[type=password], #sendMessage, .badge {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
bottom: 35px;
|
bottom: 42px;
|
||||||
padding-top: 35px; /* topbar */
|
padding-top: 42px; /* topbar */
|
||||||
-webkit-transition:0.35s ease all;
|
-webkit-transition:0.35s ease all;
|
||||||
transition:0.35s ease all;
|
transition:0.35s ease all;
|
||||||
}
|
}
|
||||||
|
@ -257,10 +257,6 @@ input[type=text], input[type=password], #sendMessage, .badge {
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Placeholder for firefox specific CSS */
|
|
||||||
@-moz-document url-prefix() {
|
|
||||||
}
|
|
||||||
|
|
||||||
.withnicklist {
|
.withnicklist {
|
||||||
margin-right: 100px !important; /* nicklist */
|
margin-right: 100px !important; /* nicklist */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue