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,5 +1,16 @@
/* _content/OpenArchival.Blazor.FileViewer/FileViewerCarousel.razor.rz.scp.css */
body[b-vtrp53nyc5] {
/* Make the carousel container adapt to content */
[b-vtrp53nyc5] .auto-height-carousel {
min-height: 200px;
}
/* Only show the active item */
[b-vtrp53nyc5] .auto-height-carousel .mud-carousel-item {
visibility: hidden;
}
[b-vtrp53nyc5] .auto-height-carousel .mud-carousel-item.mud-carousel-item-active {
visibility: visible;
}
[b-vtrp53nyc5] .mud-carousel-transition {

View File

@@ -1,7 +0,0 @@
/* _content/OpenArchival.FileViewer/FileViewerCarousel.razor.rz.scp.css */
body[b-trswm27i7b] {
}
[b-trswm27i7b] .mud-carousel-transition {
justify-content: center;
}