Improved anime editing sidebar icons

This commit is contained in:
2019-03-11 10:19:08 +09:00
parent 7adf038729
commit 997694d7df
5 changed files with 34 additions and 40 deletions

View File

@ -70,11 +70,8 @@ const sidebar-spacing-y = 0.7rem
horizontal
justify-content center
align-items center
position absolute
top 50%
background reverse-light-color
border-radius 50%
transform translateY(-50%)
padding 0.5rem
color text-color
width 30px
@ -84,6 +81,11 @@ const sidebar-spacing-y = 0.7rem
color text-color
background reverse-light-hover-color
.sidebar-badge
position absolute
top 50%
transform translateY(-50%)
:active
transform translateY(-50%) translateY(3px)