Browse Source

App navigation utils button fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v12.0.0beta1
John Molakvoæ (skjnldsv) 7 years ago
parent
commit
ce9c833c5b
No account linked to committer's email address
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      core/css/apps.scss

+ 4
- 4
core/css/apps.scss 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;

Loading…
Cancel
Save