|
@@ -879,7 +879,7 @@ footer .fa {
|
|
|
|
|
|
#playlist {
|
|
|
margin: 0;
|
|
|
- padding: 0 15px 0 15px;
|
|
|
+ padding: 0 0 0 15px;
|
|
|
color: white;
|
|
|
font-size: 21px;
|
|
|
max-height: 100%;
|
|
@@ -1148,8 +1148,7 @@ nav form input[type="image"]{
|
|
|
color: white;
|
|
|
}
|
|
|
#chat-ul {
|
|
|
- height: 90vh;
|
|
|
- overflow-y: auto;
|
|
|
+ overflow-y: hidden;
|
|
|
margin: 0;
|
|
|
padding: 0 15px 0 15px;
|
|
|
padding-bottom: 20px;
|
|
@@ -1168,10 +1167,6 @@ nav form input[type="image"]{
|
|
|
display: inline-block;
|
|
|
}
|
|
|
#chat-input-div {
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- padding-top: 10px;
|
|
|
- left: 0;
|
|
|
width: 100%;
|
|
|
padding-left: 15px;
|
|
|
padding-right: 15px;
|
|
@@ -1182,3 +1177,7 @@ nav form input[type="image"]{
|
|
|
.sidebar-content {
|
|
|
height: calc(100% - 42px);
|
|
|
}
|
|
|
+#chat {
|
|
|
+ height:100%;
|
|
|
+ overflow: auto;
|
|
|
+}
|