mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +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 {
|
||||
transform: translateX(170px) translateZ(0);
|
||||
}
|
||||
|
||||
.x-attribution {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
|
||||
.user-details > .avatar {
|
||||
|
@ -415,4 +411,10 @@
|
|||
width: 122px;
|
||||
padding-top: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 500px) {
|
||||
.x-attribution {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue