mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Fixed sidebar issues on mobile
This commit is contained in:
parent
51ea1578ec
commit
a4eb8b465c
1 changed files with 8 additions and 0 deletions
8
resources/assets/styles/mobile.less
vendored
8
resources/assets/styles/mobile.less
vendored
|
@ -73,6 +73,7 @@
|
||||||
z-index: 1011;
|
z-index: 1011;
|
||||||
height: ~"calc(100% - 64px)";
|
height: ~"calc(100% - 64px)";
|
||||||
box-shadow: 0 8px 8px rgba(0,0,0,0.5);
|
box-shadow: 0 8px 8px rgba(0,0,0,0.5);
|
||||||
|
overflow-y: scroll;
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -83,6 +84,9 @@
|
||||||
a {
|
a {
|
||||||
padding: 13px 25px;
|
padding: 13px 25px;
|
||||||
}
|
}
|
||||||
|
h3 a {
|
||||||
|
margin-top: -12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.animated {
|
&.animated {
|
||||||
|
@ -92,6 +96,10 @@
|
||||||
&.active {
|
&.active {
|
||||||
transform: translateX(170px) translateZ(0);
|
transform: translateX(170px) translateZ(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.x-attribution {
|
||||||
|
position: static !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-details > .avatar {
|
.user-details > .avatar {
|
||||||
|
|
Loading…
Reference in a new issue