Update player css

element
Marcin Kulik 9 years ago
parent e0543def60
commit feebd078ea

@ -4,6 +4,7 @@
outline: none; outline: none;
} }
.asciinema-player-wrapper .title-bar { .asciinema-player-wrapper .title-bar {
display: none;
top: -78px; top: -78px;
transition: top 0.15s linear; transition: top 0.15s linear;
position: absolute; position: absolute;
@ -44,6 +45,9 @@
.asciinema-player-wrapper:fullscreen .asciinema-player { .asciinema-player-wrapper:fullscreen .asciinema-player {
position: static; position: static;
} }
.asciinema-player-wrapper:fullscreen .title-bar {
display: initial;
}
.asciinema-player-wrapper:fullscreen.hud .title-bar { .asciinema-player-wrapper:fullscreen.hud .title-bar {
top: 0; top: 0;
} }
@ -62,6 +66,9 @@
.asciinema-player-wrapper:-webkit-full-screen .asciinema-player { .asciinema-player-wrapper:-webkit-full-screen .asciinema-player {
position: static; position: static;
} }
.asciinema-player-wrapper:-webkit-full-screen .title-bar {
display: initial;
}
.asciinema-player-wrapper:-webkit-full-screen.hud .title-bar { .asciinema-player-wrapper:-webkit-full-screen.hud .title-bar {
top: 0; top: 0;
} }
@ -80,6 +87,9 @@
.asciinema-player-wrapper:-moz-full-screen .asciinema-player { .asciinema-player-wrapper:-moz-full-screen .asciinema-player {
position: static; position: static;
} }
.asciinema-player-wrapper:-moz-full-screen .title-bar {
display: initial;
}
.asciinema-player-wrapper:-moz-full-screen.hud .title-bar { .asciinema-player-wrapper:-moz-full-screen.hud .title-bar {
top: 0; top: 0;
} }
@ -98,6 +108,9 @@
.asciinema-player-wrapper:-ms-fullscreen .asciinema-player { .asciinema-player-wrapper:-ms-fullscreen .asciinema-player {
position: static; position: static;
} }
.asciinema-player-wrapper:-ms-fullscreen .title-bar {
display: initial;
}
.asciinema-player-wrapper:-ms-fullscreen.hud .title-bar { .asciinema-player-wrapper:-ms-fullscreen.hud .title-bar {
top: 0; top: 0;
} }

Loading…
Cancel
Save