fix: button confusion

This commit is contained in:
Terry Geng
2020-03-20 21:28:00 +08:00
parent 70f358f964
commit bfa64547e8
3 changed files with 29 additions and 26 deletions

View File

@ -75,17 +75,16 @@
.library-thumb-btn-up {
position: absolute !important;
top: 0;
height: 35px;
padding-top: 5px;
height: 70px;
font-size: 2em;
padding-top: 10px;
}
.library-thumb-btn-down {
position: absolute !important;
top: 35px;
height: 35px;
padding-top: 5px;
.library-btn-svg {
width: 1rem;
fill: currentColor;
}
.library-info-col {
margin-right: 2rem;
margin-right: 1rem;
padding: 3px 0;
display: flex;
flex-direction: column;