Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 committed Dec 21, 2024
1 parent bdf51dc commit c3d98d5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,16 @@ onUnmounted(() => {
width: 100%;
height: 100%;
display: grid;
place-items: center;
place-items: center;
font-size: 0.8em;
color: #fff;
cursor: pointer;
}
.sensitive > div{
display: flex;
flex-direction: column;
align-items: center;
}

.multipleImg {
filter: brightness(0.9);
Expand Down

0 comments on commit c3d98d5

Please sign in to comment.