Added basic design for arrows on desktop

This commit is contained in:
2018-07-07 16:00:38 +09:00
parent ec9bd057ef
commit ccfdd36ce4
2 changed files with 26 additions and 9 deletions

View File

@ -14,4 +14,17 @@
.episode-view-image-container
horizontal
justify-content center
margin-bottom content-padding
align-items center
position relative
height anime-image-large-height
margin-bottom content-padding
.episode-arrow
position absolute
top 50%
.episode-arrow-previous
left 0
.episode-arrow-next
right 0