This commit is contained in:
2026-05-17 20:54:09 -04:00
parent 6da2183583
commit 74c21ee5cc
3000 changed files with 11794 additions and 15301 deletions

View File

@@ -1,4 +1,15 @@
body {
/* Make the carousel container adapt to content */
::deep .auto-height-carousel {
min-height: 200px;
}
/* Only show the active item */
::deep .auto-height-carousel .mud-carousel-item {
visibility: hidden;
}
::deep .auto-height-carousel .mud-carousel-item.mud-carousel-item-active {
visibility: visible;
}
::deep .mud-carousel-transition {