Added some style to improve usability
This commit is contained in:
+37
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user