Panels: fix positioning of the header title (#29167)

the menu toggle icon is now absolute positioned and it no longer  affects the centering of the menu title
This commit is contained in:
Miguel Carvajal 2020-11-18 10:10:43 +01:00 committed by GitHub
parent 15a6508d4a
commit a134ed7bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,8 @@ $panel-header-no-title-zindex: 1;
}
.panel-menu-toggle {
position: absolute;
top: calc(50% - 9px);
color: $text-color-weak;
cursor: pointer;
margin: 2px 0 0 2px;