mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-06 14:20:56 +00:00
Fix show metadata when mousing over the player
fixes #1252, fixes #1258
This commit is contained in:
parent
39abc9df48
commit
cff5b821f9
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue