beta: fix review icon and dropdown menus

This commit is contained in:
Leo McArdle 2019-06-14 17:22:43 +01:00
Родитель c938c7ace1
Коммит b6ae5cf3a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8262833620A64C3F
2 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -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;
}