Drupal 8.7.1 add a new div which was breaking our header.
That was fixed on this commit, see more info here: https://www.drupal.org/node/3002643
This commit is contained in:
parent
402f5296a5
commit
44c29fb885
2 changed files with 12 additions and 12 deletions
|
@ -7484,16 +7484,16 @@ ion-icon {
|
||||||
z-index: +400; }
|
z-index: +400; }
|
||||||
.is-fixed #logo .logo-color {
|
.is-fixed #logo .logo-color {
|
||||||
fill: currentColor; }
|
fill: currentColor; }
|
||||||
.is-fixed + section,
|
.is-fixed + div[data-drupal-messages-fallback] + section,
|
||||||
.is-fixed + .floating-tabs + #main-content + section,
|
.is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + section,
|
||||||
.is-fixed + .floating-tabs + #main-content + article > section:first-child,
|
.is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + article > section:first-child,
|
||||||
.is-fixed + .floating-tabs + #main-content + .node > section:first-child {
|
.is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + .node > section:first-child {
|
||||||
padding-top: 3.3125em; }
|
padding-top: 3.3125em; }
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
.is-fixed + section,
|
.is-fixed + div[data-drupal-messages-fallback] + section,
|
||||||
.is-fixed + .floating-tabs + #main-content + section,
|
.is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + section,
|
||||||
.is-fixed + .floating-tabs + #main-content + article > section:first-child,
|
.is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + article > section:first-child,
|
||||||
.is-fixed + .floating-tabs + #main-content + .node > section:first-child {
|
.is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + .node > section:first-child {
|
||||||
padding-top: 5.875em; } }
|
padding-top: 5.875em; } }
|
||||||
|
|
||||||
.toolbar-tray-open.toolbar-horizontal .is-fixed {
|
.toolbar-tray-open.toolbar-horizontal .is-fixed {
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
#logo .logo-color {
|
#logo .logo-color {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
& + section,
|
& + div[data-drupal-messages-fallback] + section,
|
||||||
& + .floating-tabs + #main-content + section,
|
& + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + section,
|
||||||
& + .floating-tabs + #main-content + article > section:first-child,
|
& + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + article > section:first-child,
|
||||||
& + .floating-tabs + #main-content + .node > section:first-child {
|
& + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + .node > section:first-child {
|
||||||
padding-top: 3.3125em;
|
padding-top: 3.3125em;
|
||||||
@include desktop {
|
@include desktop {
|
||||||
padding-top: 5.875em;
|
padding-top: 5.875em;
|
||||||
|
|
Loading…
Reference in a new issue