Fixed video fullscreen position

This commit is contained in:
Pedro Beschorner Marin 2019-01-28 15:56:03 -02:00
parent 38afdcf22b
commit 07b36d8e27

View File

@ -7,12 +7,10 @@
.wrapper {
position: absolute;
bottom: 0;
right: 0;
background-color: var(--color-transparent);
cursor: pointer;
border: none !important;
z-index: 2;
}
.button {
@ -27,6 +25,10 @@
}
}
.dark {
bottom: 0;
}
.dark .button span i {
color: var(--color-black);
}