Skip to content

Commit

Permalink
Update image container height
Browse files Browse the repository at this point in the history
This adjusts the image container height when the title cover = 'Small', reducing the height of the carousal controls to match he smaller cover size
  • Loading branch information
ammopt committed Jun 3, 2024
1 parent ac1b412 commit 6c3a6a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/web/interface/themes/responsive/css-rtl/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
.scrollerTitleCover{
width: auto;
}
.carouselScrollerTitle .carouselScrollerTitleImage {
height: 140px;
}
}
}

Expand Down
3 changes: 3 additions & 0 deletions code/web/interface/themes/responsive/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions code/web/interface/themes/responsive/css/title-scroller.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
.scrollerTitleCover {
width: auto;
}
.carouselScrollerTitle .carouselScrollerTitleImage{
height: 140px;
}
}
}

Expand Down

0 comments on commit 6c3a6a3

Please sign in to comment.