Add quick filter buttons.

This commit is contained in:
Mike Cao 2020-07-30 01:08:21 -07:00
parent 9beec1b50e
commit ff4492ffb5
10 changed files with 80 additions and 25 deletions

View file

@ -19,6 +19,7 @@
width: 150px;
height: 50px;
transform: translate(-50%, -60px);
backdrop-filter: blur(4px);
}
.content:after {
@ -52,5 +53,5 @@
height: 10px;
border-radius: 100%;
border: 1px solid #fff;
margin-right: 10px;
margin-right: 8px;
}