Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

fix #1046 styling issues in the top nav menu #1049

Merged
merged 1 commit into from
Feb 21, 2017
Merged
Changes from all commits
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
11 changes: 8 additions & 3 deletions assets/css/layout/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
}

.user-menu {
max-height: 54px;
.user-avatar {
height: 31px;
width: 31px;
Expand Down Expand Up @@ -215,8 +214,10 @@
text-transform: uppercase;
}

.user-menu .submenu {
padding-top: 5px;
@media only screen and (max-width: 1024px) {
.user-menu .submenu {
padding-top: 5px;
}
}

.submenu {
Expand Down Expand Up @@ -341,6 +342,10 @@
}

@media only screen and (min-width : 1025px) {
.user-menu {
max-height: 54px;
}

.header-wrapper {
background: #fff;
position: relative;
Expand Down