MDL-85182 block_myoverview: Fix choice active item indicator spacing

This commit is contained in:
Luca Bösch
2025-04-17 17:09:11 +02:00
parent c576443111
commit 3b7760b93d
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -259,6 +259,10 @@ $blocks-plus-gutter: calc(#{$blocks-column-width} + (#{$grid-gutter-width} * 0.5
width: 100%;
}
}
// Make space for active item indicator.
.dropdown-item {
padding-left: map-get($spacers, 4);
}
}
//
+3
View File
@@ -29776,6 +29776,9 @@ aside[id^=block-region-side-] .block_recentlyaccesseditems .card:nth-of-type(n+4
width: 100%;
}
}
.block_myoverview .dropdown-item {
padding-left: 1.5rem;
}
.block_timeline .paged-content-page-container {
background-color: var(--bs-body-bg);
+3
View File
@@ -29776,6 +29776,9 @@ aside[id^=block-region-side-] .block_recentlyaccesseditems .card:nth-of-type(n+4
width: 100%;
}
}
.block_myoverview .dropdown-item {
padding-left: 1.5rem;
}
.block_timeline .paged-content-page-container {
background-color: var(--bs-body-bg);