Cleanup (spotted using codefactor.io)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# LMS - Lightweight Music Server
|
# LMS - Lightweight Music Server
|
||||||
|
|
||||||
[](https://travis-ci.org/epoupon/lms) 
|
[](https://travis-ci.org/epoupon/lms)  [](https://www.codefactor.io/repository/github/epoupon/lms/overview/master)
|
||||||
|
|
||||||
_LMS_ is a self-hosted music streaming software: access your music collection from anywhere using a web interface!
|
_LMS_ is a self-hosted music streaming software: access your music collection from anywhere using a web interface!
|
||||||
|
|
||||||
|
|||||||
+29
-35
@@ -27,7 +27,7 @@ a, a:link, a:active, a:visited {
|
|||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-admin-users-add-btn {
|
.Lms-admin-users-add-btn {
|
||||||
@@ -75,24 +75,24 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
.Lms-cover-smaller {
|
.Lms-cover-smaller {
|
||||||
width: 64px; /* some cover may not be square */
|
width: 64px; /* some cover may not be square */
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-cover-small {
|
.Lms-cover-small {
|
||||||
width: 96px; /* some cover may not be square */
|
width: 96px; /* some cover may not be square */
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-cover-medium {
|
.Lms-cover-medium {
|
||||||
width: 128px;
|
width: 128px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-cover-large {
|
.Lms-cover-large {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-entry-playing {
|
.Lms-entry-playing {
|
||||||
@@ -155,7 +155,7 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Lms-explore-releaselink {
|
.Lms-explore-releaselink {
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
@@ -179,7 +179,7 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
|
|
||||||
.Lms-explore-artistlink {
|
.Lms-explore-artistlink {
|
||||||
min-height: 28px;
|
min-height: 28px;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-explore-tracks-entry {
|
.Lms-explore-tracks-entry {
|
||||||
@@ -212,11 +212,11 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
|
|
||||||
.Lms-explore-tracksinfo-entry {
|
.Lms-explore-tracksinfo-entry {
|
||||||
min-height: 28px;
|
min-height: 28px;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-navbar {
|
.Lms-navbar {
|
||||||
border-radius: 0px;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-playqueue-btn {
|
.Lms-playqueue-btn {
|
||||||
@@ -270,7 +270,7 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
|
|
||||||
.Lms-playhistory-entry {
|
.Lms-playhistory-entry {
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-playhistory-entry-name {
|
.Lms-playhistory-entry-name {
|
||||||
@@ -284,8 +284,8 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
background-color: var(--player-background-color);
|
background-color: var(--player-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -329,8 +329,8 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
.Lms-player-seek::-webkit-slider-thumb {
|
.Lms-player-seek::-webkit-slider-thumb {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
height: 0px;
|
height: 0;
|
||||||
width: 0px;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-player-seek-container {
|
.Lms-player-seek-container {
|
||||||
@@ -344,8 +344,8 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
.Lms-player-seek-common {
|
.Lms-player-seek-common {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width:100%;
|
width:100%;
|
||||||
top: 0px;
|
top: 0;
|
||||||
left: 0px;
|
left: 0;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
@@ -353,8 +353,8 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
.Lms-player-seek::-moz-range-thumb {
|
.Lms-player-seek::-moz-range-thumb {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
height: 0px;
|
height: 0;
|
||||||
width: 0px;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-player-text-center {
|
.Lms-player-text-center {
|
||||||
@@ -375,22 +375,6 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Lms-player-volume-slider::-webkit-slider-thumb {
|
|
||||||
background-color: var(--body-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.Lms-player-volume-slider::-webkit-slider-thumb:hover {
|
|
||||||
background-color: var(--hover-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.Lms-player-volume-slider::-moz-range-thumb {
|
|
||||||
background-color: var(--body-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.Lms-player-volume-slider::-moz-range-thumb:hover {
|
|
||||||
background-color: var(--hover-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.Lms-player-volume-slider {
|
.Lms-player-volume-slider {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
@@ -405,19 +389,29 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Lms-player-volume-slider::-webkit-slider-thumb {
|
.Lms-player-volume-slider::-webkit-slider-thumb {
|
||||||
-webkit-appearance: none; /* Override default look */
|
-webkit-appearance: none;
|
||||||
|
background-color: var(--body-color);
|
||||||
appearance: none;
|
appearance: none;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Lms-player-volume-slider::-webkit-slider-thumb:hover {
|
||||||
|
background-color: var(--hover-color);
|
||||||
|
}
|
||||||
|
|
||||||
.Lms-player-volume-slider::-moz-range-thumb {
|
.Lms-player-volume-slider::-moz-range-thumb {
|
||||||
|
background-color: var(--body-color);
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Lms-player-volume-slider::-moz-range-thumb:hover {
|
||||||
|
background-color: var(--hover-color);
|
||||||
|
}
|
||||||
|
|
||||||
.Lms-player-volume-slider-container {
|
.Lms-player-volume-slider-container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 85px;
|
width: 85px;
|
||||||
|
|||||||
Reference in New Issue
Block a user