Quick adjustments to column position and margins to match mockup spec.

This commit is contained in:
Dank Gabs 2019-07-19 23:25:43 -04:00
parent 187d9bd4e2
commit 713deb810f
2 changed files with 4 additions and 3 deletions

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

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