diff --git a/src/sites/twitch-twilight/modules/css_tweaks/styles/portrait-metadata-top.scss b/src/sites/twitch-twilight/modules/css_tweaks/styles/portrait-metadata-top.scss index eda91ad8..710dbbff 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/styles/portrait-metadata-top.scss +++ b/src/sites/twitch-twilight/modules/css_tweaks/styles/portrait-metadata-top.scss @@ -1,5 +1,5 @@ .channel-root__scroll-area--theatre-mode { - .channel-info-content > div:first-child { + .channel-info-content > :first-child { right: 40rem !important; bottom: calc(10rem + var(--ffz-chat-height)) !important; } diff --git a/src/sites/twitch-twilight/modules/css_tweaks/styles/theatre-metadata.scss b/src/sites/twitch-twilight/modules/css_tweaks/styles/theatre-metadata.scss index bdeca9ac..545077b0 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/styles/theatre-metadata.scss +++ b/src/sites/twitch-twilight/modules/css_tweaks/styles/theatre-metadata.scss @@ -1,5 +1,5 @@ .channel-root__scroll-area--theatre-mode { - .channel-info-content > div:first-child, + .channel-info-content > :first-child, .channel-info-bar { position: fixed; bottom: 17rem; @@ -24,7 +24,7 @@ } &:hover { - .channel-info-content > div:first-child, + .channel-info-content > :first-child, .channel-info-bar { background-color: var(--color-background-base); opacity: 0.75;