mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-63063 block_recentlyaccesseditems: CSS
Only show more than one row of items when the block is displayed in a narrow column. Fix for boost theme only because of the second block region on the dashboard.
This commit is contained in:
parent
033adb0242
commit
c3e419e4dc
@ -127,8 +127,10 @@ $card-gutter : $card-deck-margin * 2;
|
||||
|
||||
[data-region="blocks-column"] {
|
||||
.block_recentlyaccesseditems {
|
||||
.dashboard-card-deck {
|
||||
height: unset;
|
||||
@include media-breakpoint-up(xl) {
|
||||
.dashboard-card-deck {
|
||||
height: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11201,8 +11201,9 @@ div.editor_atto_toolbar button .icon {
|
||||
background-position: center;
|
||||
background-size: cover; }
|
||||
|
||||
[data-region="blocks-column"] .block_recentlyaccesseditems .dashboard-card-deck {
|
||||
height: unset; }
|
||||
@media (min-width: 1200px) {
|
||||
[data-region="blocks-column"] .block_recentlyaccesseditems .dashboard-card-deck {
|
||||
height: unset; } }
|
||||
|
||||
.block_recentlyaccesseditems [data-region="recentlyaccesseditems-view-content"] {
|
||||
overflow-x: hidden; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user