Add fullscreen framework
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user