1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-06 06:10:54 +00:00

Fix show metadata when mousing over the player

fixes #1252, fixes #1258
This commit is contained in:
Isaiah Billingsley 2022-08-19 14:24:51 -04:00
parent 39abc9df48
commit cff5b821f9
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
.channel-root__scroll-area--theatre-mode { .channel-root__scroll-area--theatre-mode {
.channel-info-content > div:first-child { .channel-info-content > :first-child {
right: 40rem !important; right: 40rem !important;
bottom: calc(10rem + var(--ffz-chat-height)) !important; bottom: calc(10rem + var(--ffz-chat-height)) !important;
} }

View file

@ -1,5 +1,5 @@
.channel-root__scroll-area--theatre-mode { .channel-root__scroll-area--theatre-mode {
.channel-info-content > div:first-child, .channel-info-content > :first-child,
.channel-info-bar { .channel-info-bar {
position: fixed; position: fixed;
bottom: 17rem; bottom: 17rem;
@ -24,7 +24,7 @@
} }
&:hover { &:hover {
.channel-info-content > div:first-child, .channel-info-content > :first-child,
.channel-info-bar { .channel-info-bar {
background-color: var(--color-background-base); background-color: var(--color-background-base);
opacity: 0.75; opacity: 0.75;