|
@@ -871,7 +871,7 @@ footer .fa {
|
|
border-radius: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
-.playlist-title {
|
|
|
|
|
|
+.playlist-title, .chat-title {
|
|
text-align: center;
|
|
text-align: center;
|
|
color: white;
|
|
color: white;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
@@ -882,7 +882,7 @@ footer .fa {
|
|
padding: 0 15px 0 15px;
|
|
padding: 0 15px 0 15px;
|
|
color: white;
|
|
color: white;
|
|
font-size: 21px;
|
|
font-size: 21px;
|
|
- max-height: 90%;
|
|
|
|
|
|
+ max-height: 100%;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1176,3 +1176,6 @@ nav form input[type="image"]{
|
|
.row {
|
|
.row {
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
+.sidebar-content {
|
|
|
|
+ height: calc(100% - 42px);
|
|
|
|
+}
|