Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Header style tweaks
Signed-off-by: Michael Weimann <[email protected]>
  • Loading branch information
weeman1337 committed Aug 17, 2018
commit 3bcc0e0ff6e2574ef5ae3a0839b79acdbfa25823
13 changes: 11 additions & 2 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
width: 0;
position: absolute;
pointer-events: none;
right: 22px;
right: 10px;
}
}
.logo {
Expand Down Expand Up @@ -226,7 +226,7 @@
/* NAVIGATION --------------------------------------------------------------- */
nav[role='navigation'] {
display: inline-block;
width: 0;
width: $header-height;
height: $header-height;
margin-left: -$header-height;
position: relative;
Expand Down Expand Up @@ -400,6 +400,10 @@ nav[role='navigation'] {
display: block;
}
}

#expanddiv:after {
right: 22px;
Copy link
Member

@skjnldsv skjnldsv Aug 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This or

server/core/css/header.scss

Lines 406 to 409 in ccb8f7d

#expanddiv {
&.menu {
right: 17px;
}

Pick one ;)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✓ done

}
}

/* Settings menu */
Expand Down Expand Up @@ -456,6 +460,7 @@ nav[role='navigation'] {
opacity: .6;
}
}

.app-loading {
> svg {
display: none;
Expand Down Expand Up @@ -556,6 +561,10 @@ nav[role='navigation'] {
li.hidden {
display: none;
}

#more-apps {
z-index: 2;
}
}

/* Skip navigation links – show only on keyboard focus */
Expand Down