mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Artist/album details covers for handheld devices
This commit is contained in:
parent
03017604ae
commit
d65490ed04
2 changed files with 16 additions and 0 deletions
|
@ -115,12 +115,20 @@
|
|||
.overview {
|
||||
position: relative;
|
||||
padding-left: 84px;
|
||||
|
||||
@media only screen and (max-device-width : 768px) {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.cover {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -7px;
|
||||
|
||||
@media only screen and (max-device-width : 768px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
a.artist {
|
||||
|
|
|
@ -109,12 +109,20 @@
|
|||
.overview {
|
||||
position: relative;
|
||||
padding-left: 84px;
|
||||
|
||||
@media only screen and (max-device-width : 768px) {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.cover {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -7px;
|
||||
|
||||
@media only screen and (max-device-width : 768px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue