mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +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;
|
||||
height: ~"calc(100% - 64px)";
|
||||
box-shadow: 0 8px 8px rgba(0,0,0,0.5);
|
||||
overflow-y: scroll;
|
||||
|
||||
> a {
|
||||
display: none;
|
||||
|
@ -83,6 +84,9 @@
|
|||
a {
|
||||
padding: 13px 25px;
|
||||
}
|
||||
h3 a {
|
||||
margin-top: -12px;
|
||||
}
|
||||
}
|
||||
|
||||
&.animated {
|
||||
|
@ -92,6 +96,10 @@
|
|||
&.active {
|
||||
transform: translateX(170px) translateZ(0);
|
||||
}
|
||||
|
||||
.x-attribution {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
|
||||
.user-details > .avatar {
|
||||
|
|
Loading…
Reference in a new issue