fix: tag selector beautifed

This commit is contained in:
Terry Geng
2020-03-20 12:30:03 +08:00
parent b2c416f968
commit 701403b1a2
3 changed files with 12 additions and 2 deletions

View File

@ -9,8 +9,14 @@
cursor:pointer;
transition: 400ms;
}
.tag-unclicked{
opacity: 0.6;
}
.tag-clicked{
box-shadow: 2px 4px 10px #777777;
transform: scale(1.2);
opacity: 1;
margin: 5px;
}
.floating-button {
width: 50px;