Episode page improvements
This commit is contained in:
@ -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
|
||||
|
@ -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
|
Reference in New Issue
Block a user