Fix a couple duplications
This commit is contained in:
parent
f4b66a2c5f
commit
7b59d7db50
|
@ -28,7 +28,6 @@ button {
|
|||
background-color: transparent;
|
||||
border: none;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
line-height: 24px;
|
||||
|
@ -228,6 +227,10 @@ ul.dir li .material-symbols-outlined {
|
|||
|
||||
.albumart img {
|
||||
visibility: hidden;
|
||||
border-radius: 0.25rem;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.queue .albumart {
|
||||
|
@ -239,13 +242,6 @@ ul.dir li .material-symbols-outlined {
|
|||
margin-right: 0.75rem;
|
||||
}
|
||||
|
||||
.albumart img {
|
||||
border-radius: 0.25rem;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.track {
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue