mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Mobile tweaks
This commit is contained in:
parent
ed16f571aa
commit
ec8f2e5dc5
1 changed files with 30 additions and 0 deletions
30
resources/assets/styles/mobile.less
vendored
30
resources/assets/styles/mobile.less
vendored
|
@ -90,11 +90,35 @@
|
||||||
|
|
||||||
.track-player {
|
.track-player {
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
|
padding: 5px 10px;
|
||||||
|
|
||||||
|
.inner {
|
||||||
|
margin-left: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
li.volume, li.status {
|
li.volume, li.status {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.song, .artist {
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.transport {
|
||||||
|
border-radius: 0px !important;
|
||||||
|
margin-top: 4px;
|
||||||
|
height: 10px;
|
||||||
|
|
||||||
|
.bar, .loader-bar {
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input.search-input {
|
input.search-input {
|
||||||
|
@ -142,6 +166,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> header {
|
> header {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
|
||||||
> img {
|
> img {
|
||||||
float: none !important;
|
float: none !important;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -164,6 +190,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs li a {
|
||||||
|
padding: 10px 13px;
|
||||||
|
}
|
||||||
|
|
||||||
.track-details {
|
.track-details {
|
||||||
.single-player {
|
.single-player {
|
||||||
&.visible-xs-block {
|
&.visible-xs-block {
|
||||||
|
|
Loading…
Reference in a new issue