|
|
|
@ -264,6 +264,11 @@ input[type=text], input[type=password], #sendMessage { |
|
|
|
|
width: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#sidebar[data-state=hidden] { |
|
|
|
|
transform: translate(-200px,0); |
|
|
|
|
-webkit-transform: translate(-200px,0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#nicklist { |
|
|
|
|
position: fixed; |
|
|
|
|
width: 100px; |
|
|
|
@ -400,6 +405,7 @@ td.time { |
|
|
|
|
margin-left: 0; |
|
|
|
|
padding-left: 145px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.footer.withnicklist { |
|
|
|
|
padding-right: 100px; |
|
|
|
|
} |
|
|
|
@ -794,11 +800,6 @@ img.emojione { |
|
|
|
|
-webkit-transform: translate(0,0); /* Safari */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#sidebar[data-state=hidden] { |
|
|
|
|
transform: translate(-200px,0); |
|
|
|
|
-webkit-transform: translate(-200px,0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.content[sidebar-state=visible] #bufferlines, .content[sidebar-state=visible] .footer { |
|
|
|
|
margin-left: 0px; |
|
|
|
|
transform: translate(200px,0); |
|
|
|
|