Re-committing some code that caused mobile issues.
Will work out a proper fix.
This commit is contained in:
parent
8346ff08ac
commit
8a4af878da
|
@ -1310,7 +1310,7 @@ a.account__display-name {
|
|||
}
|
||||
|
||||
&__inner {
|
||||
width: 285px;
|
||||
width: 265px;
|
||||
pointer-events: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
@ -1324,7 +1324,9 @@ a.account__display-name {
|
|||
flex-direction: column;
|
||||
|
||||
@media screen and (min-width: 360px) {
|
||||
padding: 0 10px;
|
||||
margin: 0 20px;
|
||||
padding: 0;
|
||||
//padding: 0 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.user-panel {
|
||||
display: flex;
|
||||
width: 285px;
|
||||
width: 265px;
|
||||
flex-direction: column;
|
||||
overflow-y: hidden;
|
||||
@include gab-container-standards();
|
||||
|
|
Loading…
Reference in New Issue