cluster: fix overlay

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/767/head
Varun Patil 2023-08-04 23:12:20 -07:00
parent 66ac8a5462
commit ae11c4551e
1 changed files with 3 additions and 2 deletions

View File

@ -329,10 +329,11 @@ $namemargin: 10px;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, transparent 35%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10%, transparent 40%);
.cluster.error &,
.cluster--circle & {
.cluster--circle &,
.cluster--album & {
display: none;
}
}