mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 19:19:52 +03:00
gradient in slideshow
This commit is contained in:
@@ -726,4 +726,15 @@
|
||||
background: #adcbfa;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
#stack-slideshow .horizontal-scrollbar {
|
||||
mask-image:
|
||||
linear-gradient(to right, transparent, black 2rem, black calc(100% - 2rem), transparent),
|
||||
linear-gradient(black, black);
|
||||
mask-size:
|
||||
100% calc(100% - 10px),
|
||||
100% 10px;
|
||||
mask-position: top, bottom;
|
||||
mask-repeat: no-repeat;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user