mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 18:06:55 +00:00
3.5.309. I'm silly and forgot to account for the player controls being shifted up when conversations are on the bottom of the screen. (Also, sub count fixes.) Closes #12
This commit is contained in:
parent
97ea944f43
commit
e3cf6cb777
5 changed files with 27 additions and 8 deletions
|
@ -302,7 +302,6 @@ body.ffz-bttv-dark .ffz-ui-toggle.blue.live:hover svg.svg-emoticons path { fill:
|
|||
color: #aaa;
|
||||
|
||||
position: fixed;
|
||||
bottom: 55px;
|
||||
left: 10px;
|
||||
|
||||
width: auto;
|
||||
|
@ -311,6 +310,14 @@ body.ffz-bttv-dark .ffz-ui-toggle.blue.live:hover svg.svg-emoticons path { fill:
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
.ffz-theater-stats .app-main.theatre .cn-metabar__more {
|
||||
bottom: 55px;
|
||||
}
|
||||
|
||||
.ffz-theater-stats:not(.ffz-theatre-conversations):not(.ffz-top-conversations) .app-main.theatre .cn-metabar__more {
|
||||
bottom: 95px;
|
||||
}
|
||||
|
||||
.ffz-theater-stats .app-main.theatre .cn-metabar__more span,
|
||||
.ffz-theater-stats .app-main.theatre .cn-metabar__more div { flex-grow: 0 !important }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue