Re-committing some code that caused mobile issues.

Will work out a proper fix.
This commit is contained in:
Dank Gabs 2019-07-24 22:35:36 -04:00
parent 8346ff08ac
commit 8a4af878da
2 changed files with 5 additions and 3 deletions

View File

@ -1310,7 +1310,7 @@ a.account__display-name {
} }
&__inner { &__inner {
width: 285px; width: 265px;
pointer-events: auto; pointer-events: auto;
height: 100%; height: 100%;
} }
@ -1324,7 +1324,9 @@ a.account__display-name {
flex-direction: column; flex-direction: column;
@media screen and (min-width: 360px) { @media screen and (min-width: 360px) {
padding: 0 10px; margin: 0 20px;
padding: 0;
//padding: 0 10px;
} }
} }
} }

View File

@ -1,6 +1,6 @@
.user-panel { .user-panel {
display: flex; display: flex;
width: 285px; width: 265px;
flex-direction: column; flex-direction: column;
overflow-y: hidden; overflow-y: hidden;
@include gab-container-standards(); @include gab-container-standards();