mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Sidebar fix for large and small phones
This commit is contained in:
parent
a4eb8b465c
commit
6c4a7cde51
1 changed files with 6 additions and 4 deletions
10
resources/assets/styles/mobile.less
vendored
10
resources/assets/styles/mobile.less
vendored
|
@ -96,10 +96,6 @@
|
||||||
&.active {
|
&.active {
|
||||||
transform: translateX(170px) translateZ(0);
|
transform: translateX(170px) translateZ(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-attribution {
|
|
||||||
position: static !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-details > .avatar {
|
.user-details > .avatar {
|
||||||
|
@ -416,3 +412,9 @@
|
||||||
padding-top: 18px;
|
padding-top: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-height: 500px) {
|
||||||
|
.x-attribution {
|
||||||
|
position: static !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue