Added some style to improve usability

This commit is contained in:
emeric
2018-08-30 11:14:24 +02:00
parent 512ae5a0d6
commit 3b0c025ffb
7 changed files with 62 additions and 43 deletions
+37 -2
View File
@@ -1,3 +1,7 @@
.Lms-vertical-align {
display: flex;
align-items: center;
}
.Lms-cluster {
}
@@ -46,7 +50,38 @@
font-weight: bold;
}
.Lms-player {
background-color: grey;
.Lms-contents {
margin-bottom: 50px;
}
.Lms-explore-filters {
background-color: #f5f5f5;
padding: 8px;
border-radius: 8px;
margin-bottom: 16px;
}
.Lms-explore-info {
background-color: #f5f5f5;
padding: 8px;
border-radius: 8px;
}
.Lms-explore-release-cover {
max-width: 100%;
}
.Lms-player {
position: fixed;
bottom: 0;
width: 100%;
height: 50px;
background-color: #f5f5f5;
}
.Lms-player-btn {
font-size: 34px !important;
margin: 8px;
}