minor style fix for user menu
This commit is contained in:
parent
c9552c2cd9
commit
7aa1028cbe
1 changed files with 8 additions and 8 deletions
|
|
@ -256,7 +256,7 @@ body > header {
|
|||
top: -4px;
|
||||
float: right;
|
||||
margin: -2px -5px 0px 0px;
|
||||
padding: 5px 7px 5px 32px;
|
||||
padding: 0;
|
||||
|
||||
border-left: 1px solid #333;
|
||||
border-right: 1px solid #333;
|
||||
|
|
@ -270,7 +270,8 @@ body > header {
|
|||
}
|
||||
|
||||
.user-menu-item a {
|
||||
padding: 4px;
|
||||
cursor: pointer;
|
||||
padding: 4px 8px;
|
||||
height: 100%;
|
||||
color: $text-grey;
|
||||
|
||||
|
|
@ -282,7 +283,7 @@ body > header {
|
|||
}
|
||||
|
||||
.user-menu-trigger {
|
||||
padding: 5px 0;
|
||||
padding: 10px 25px 10px 40px;
|
||||
|
||||
&:hover {
|
||||
color: $highlight-white;
|
||||
|
|
@ -291,7 +292,6 @@ body > header {
|
|||
}
|
||||
|
||||
.user-name {
|
||||
padding: 4px 15px 4px 4px;
|
||||
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
|
|
@ -307,11 +307,11 @@ body > header {
|
|||
}
|
||||
|
||||
.user-menu-avatar {
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
position: absolute;
|
||||
left: 7px;
|
||||
top: 9px;
|
||||
left: 8px;
|
||||
top: 8px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue