Layout fixes

- make buffer-/nicklist items that line up with the input bar clickable (z-index)
- add back padding for inputbar with nicklist on mobile
This commit is contained in:
Lorenz Hübschle-Schneider 2014-05-26 19:37:10 +01:00
parent 8647a12809
commit f3b20c1567
1 changed files with 7 additions and 2 deletions

View File

@ -170,6 +170,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
font-size: smaller;
-webkit-transition:0.35s ease all;
transition:0.35s ease all;
z-index: 2;
}
#sidebar form {
}
@ -205,6 +206,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
padding-top: 35px;
padding-left: 5px;
padding-bottom: 35px;
z-index: 2;
}
#nicklist ul {
padding: 0;
@ -277,6 +279,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
width: 100%;
-webkit-transition:0.35s ease all;
transition:0.35s ease all;
z-index: 1;
}
.footer.withsidebar {
margin-left: 0;
@ -378,7 +381,6 @@ h2 span, h2 small {
#sidebar {
font-size: normal;
z-index: 2;
bottom: 0px;
width: auto;
max-width: 60%;
@ -466,7 +468,10 @@ h2 span, h2 small {
padding-right: 0px !important;
width: 100% !important;
background: rgb(24,24,24);
z-index: 1;
}
.footer.withnicklist {
padding-right: 108px !important;
}
::-webkit-scrollbar {