diff --git a/src/styles/components/_youtubevideo.scss b/src/styles/components/_youtubevideo.scss index c56f8a14..0ecde682 100644 --- a/src/styles/components/_youtubevideo.scss +++ b/src/styles/components/_youtubevideo.scss @@ -81,15 +81,6 @@ display: block; } -.youtubevideo .row { - margin-bottom: 15px; -} - -.youtubevideo label { - color: white; - text-shadow: 1px 1px 1px $text-color; -} - .youtubevideo .overlaybar { bottom: 0; left: 0; @@ -100,3 +91,15 @@ width: 100%; max-width: 100%; } + +.youtubevideo .overlaybar-input { + position: relative; + width: 100%; + padding-right: 15px; +} + +.youtubevideo .overlaybar-content form .overlaybar-buttons { + position: absolute; + right: 23px; + top: 6px; +} diff --git a/static/partials/youtubevideo.html b/static/partials/youtubevideo.html index f0de9c0d..d0e6b5d8 100644 --- a/static/partials/youtubevideo.html +++ b/static/partials/youtubevideo.html @@ -19,14 +19,6 @@ -