mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Track page album art changes
This commit is contained in:
parent
acd3eabfae
commit
51ea1578ec
1 changed files with 5 additions and 2 deletions
7
resources/assets/styles/mobile.less
vendored
7
resources/assets/styles/mobile.less
vendored
|
@ -223,8 +223,11 @@
|
||||||
.single-player {
|
.single-player {
|
||||||
&.visible-xs-block {
|
&.visible-xs-block {
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 80%;
|
||||||
height: 100%;
|
height: 80%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue