FIX: responsive admin adjustments
This commit is contained in:
parent
0408e87e00
commit
b5d29f7d88
|
@ -441,6 +441,8 @@ $mobile-breakpoint: 700px;
|
|||
|
||||
.admin-controls {
|
||||
display: flex;
|
||||
background-color: $primary-low;
|
||||
align-items: center;
|
||||
|
||||
.admin-actions {
|
||||
margin-left: auto;
|
||||
|
@ -452,7 +454,7 @@ $mobile-breakpoint: 700px;
|
|||
nav {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
|
@ -610,6 +612,9 @@ $mobile-breakpoint: 700px;
|
|||
vertical-align: middle;
|
||||
padding: 0;
|
||||
}
|
||||
.pull-right {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.paste-users {
|
||||
|
|
Loading…
Reference in New Issue