チェックインに対してセンシティブフラグを付与可能とする対応を実施
This commit is contained in:
21
resources/assets/sass/components/_link-card.scss
vendored
21
resources/assets/sass/components/_link-card.scss
vendored
@@ -30,4 +30,25 @@
|
||||
.card-text {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.card-spoiler-overlay {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
.warning-text {
|
||||
padding: 10px;
|
||||
background-color: rgba(240, 240, 240, 0.8);
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.card-spoiler {
|
||||
z-index: 1;
|
||||
filter: blur(15px) grayscale(100%);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user