mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +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 {
|
||||
margin-right: 0px !important;
|
||||
padding: 5px 10px;
|
||||
|
||||
.inner {
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
.image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
li.volume, li.status {
|
||||
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 {
|
||||
|
@ -142,6 +166,8 @@
|
|||
}
|
||||
|
||||
> header {
|
||||
margin-bottom: 0px;
|
||||
|
||||
> img {
|
||||
float: none !important;
|
||||
display: block;
|
||||
|
@ -164,6 +190,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.tabs li a {
|
||||
padding: 10px 13px;
|
||||
}
|
||||
|
||||
.track-details {
|
||||
.single-player {
|
||||
&.visible-xs-block {
|
||||
|
|
Loading…
Reference in a new issue