diff --git a/src/Styles/Index.scss b/src/Styles/Index.scss index 01f161f..d736b9b 100644 --- a/src/Styles/Index.scss +++ b/src/Styles/Index.scss @@ -323,7 +323,7 @@ background: rgb(255 255 255 / 25%); } button { - padding: 10px 12px !important; + padding: 0px 12px !important; margin: 0px !important; aspect-ratio: inherit !important; background: transparent !important; @@ -331,7 +331,7 @@ display: flex; justify-content: space-between; font-size: 14px !important; - min-height: 36px; + min-height: 34px; border: none; color: white; p { @@ -344,16 +344,22 @@ svg { width: 14px; } + .iconoir-arrow-up-right::before { + width: 16px; + height: 16px; + } } .vc-menu-whitelabel { - opacity: 0.5; - text-align: center; + text-align: right; text-decoration: none; - font-size: 14px; - margin: 0px 0px 6px 0px; + font-size: 12px; + margin: 6px 12px; &:hover { text-decoration: underline; } + span { + color: gray; + } } &#subtitles { min-width: 124px !important;