Quick adjustments to column position and margins to match mockup spec.
This commit is contained in:
@@ -1328,7 +1328,7 @@ a.account__display-name {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__inner {
|
&__inner {
|
||||||
width: 285px;
|
width: 265px;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
@@ -1342,7 +1342,8 @@ 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user