Episode page improvements

This commit is contained in:
2018-12-10 13:42:29 +09:00
parent 20a4e31999
commit 2b8288e208
8 changed files with 1166 additions and 29 deletions

View File

@ -152,6 +152,8 @@ const grid-cell-margin = 0.5rem
const user-pro-icon-size = 1.1rem
const amv-large-width = 854px
// Timings
fade-speed = 150ms
transition-speed = 150ms

View File

@ -90,7 +90,7 @@ const video-progress-clickable-height-buffer = 0.4rem
line-height 1.5em
// Use a blurry shadow and a solid outline on each side
text-shadow 0 0 0.5em rgba(0, 0, 0, 0.8), -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black
text-shadow 0 0 0.5em rgba(0, 0, 0, 0.7), -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black
::-webkit-media-controls
display none !important