1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-04 21:30:53 +00:00
FrankerFaceZ/src/sites/player/styles/player-main.scss
2025-06-07 01:26:43 -06:00

58 lines
986 B
SCSS

@use '../../../../styles/main.scss';
.video-player__inactive,
.video-player__overlay[data-controls="false"] {
.ffz-metadata-balloon {
opacity: 0;
}
}
div[data-a-target="player-overlay-video-stats"] {
.tw-table-cell + .tw-table-cell {
font-family: "Helvetica Neue",sans-serif;
font-variant-numeric: tabular-nums;
}
&.tw-c-background-base {
background-color: rgba(0,0,0,0.5) !important;
}
.tw-table-heading {
background-color: rgba(0,0,0,0.6) !important;
}
tbody .tw-table-row:nth-child(2n+0) {
background-color: rgba(0,0,0,0.2);
}
}
.tw-root--theme-dark > .tw-absolute.scrollable-area {
height: calc(100% - 5rem);
}
.ffz--player-pip,
.ffz--player-reset {
&:before {
font-size: 2rem;
margin-top: .7rem;
}
&:hover:before {
color: #a991d4;
}
}
.player-controls-bottom .player-tip {
top: auto;
bottom: 4rem;
height: auto;
}
div[data-a-target="player-settings-menu"] {
display: flex;
flex-direction: column;
}
.ffz--cc-button {
order: 999;
}