beta: fix review icon and dropdown menus
This commit is contained in:
Родитель
c938c7ace1
Коммит
b6ae5cf3a1
|
@ -120,6 +120,7 @@ $header-padding: 22px;
|
|||
|
||||
#search-button, #toggle-hamburger-menu {
|
||||
padding: 10px;
|
||||
margin-left: $header-padding;
|
||||
top: 21px;
|
||||
border-radius: 0.25em;
|
||||
|
||||
|
@ -132,7 +133,7 @@ $header-padding: 22px;
|
|||
|
||||
#current-user {
|
||||
.icon {
|
||||
padding: 22px;
|
||||
padding: $header-padding;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
@ -149,7 +150,7 @@ body .profiler-results.profiler-left {
|
|||
|
||||
/* Put notification icons in the right place */
|
||||
|
||||
.d-header-icons {
|
||||
#current-user {
|
||||
.badge-notification {
|
||||
top: 15px;
|
||||
}
|
||||
|
|
|
@ -119,3 +119,10 @@ $header-padding: 22px;
|
|||
body {
|
||||
background: #ededf0;
|
||||
}
|
||||
|
||||
/* Re-align menus */
|
||||
|
||||
.menu-panel.drop-down {
|
||||
right: 0px;
|
||||
border-right: none;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче