App navigation utils button fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-01-13 15:31:42 +01:00
parent 67c4f3d07c
commit ce9c833c5b
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 4 additions and 4 deletions

View File

@ -241,12 +241,12 @@ em {
z-index: 105;
ul {
display: flex !important;
align-items: flex-end;
align-items: center;
justify-content: flex-end;
}
li {
width: 44px !important;
height: 44px;
line-height: 44px;
}
}
.active > .app-navigation-entry-utils li {
@ -568,7 +568,7 @@ em {
border-width: 10px;
}
/* Center the popover */
&.center {
&.menu-center {
transform: translateX(50%);
right: 50%;
margin-right: 0;
@ -579,7 +579,7 @@ em {
}
}
/* Align the popover to the left */
&.left {
&.menu-left {
right: auto;
left: 0;
margin-right: 0;