FIX: responsive admin adjustments

This commit is contained in:
Joe 2018-07-05 14:32:27 +08:00 committed by GitHub
parent 0408e87e00
commit b5d29f7d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -441,6 +441,8 @@ $mobile-breakpoint: 700px;
.admin-controls { .admin-controls {
display: flex; display: flex;
background-color: $primary-low;
align-items: center;
.admin-actions { .admin-actions {
margin-left: auto; margin-left: auto;
@ -452,7 +454,7 @@ $mobile-breakpoint: 700px;
nav { nav {
display: inline-flex; display: inline-flex;
position: relative; position: relative;
width: 100%; flex: 1;
height: auto; height: auto;
overflow: hidden; overflow: hidden;
padding: 0; padding: 0;
@ -610,6 +612,9 @@ $mobile-breakpoint: 700px;
vertical-align: middle; vertical-align: middle;
padding: 0; padding: 0;
} }
.pull-right {
padding-right: 10px;
}
} }
.paste-users { .paste-users {