Add fullscreen framework

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-11-05 12:12:00 -07:00
parent a3b6aa1418
commit d80c31449b
3 changed files with 40 additions and 3 deletions

View File

@@ -84,6 +84,18 @@
.glmv-container {
position: relative;
& .full-show {
display: none !important;
}
&:fullscreen .full-hide {
display: none !important;
}
&:fullscreen .full-show {
display: flex !important;
}
}
.glmv-menu {
@@ -103,7 +115,7 @@
justify-content: flex-start;
&:hover {
width: 160px;
width: 196px;
& .glmv-menu-image {
transform: rotate(180deg);