mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 08:28:31 +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-info-content > div:first-child {
|
||||
.channel-info-content > :first-child {
|
||||
right: 40rem !important;
|
||||
bottom: calc(10rem + var(--ffz-chat-height)) !important;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue