[FIX] Web Full Screen Issue: #26

This commit is contained in:
Chintan Ambaliya 2018-02-22 10:48:08 +05:30
parent 8aa4ce5f6f
commit 89cc22f0e1

View File

@ -393,6 +393,12 @@
border-radius: 0 !important;
opacity: 0.8;
}
&.o_fullscreen {
.o_main .f_launcher {
display: none;
}
}
}
@media (max-width: 767px) {