Last active
September 11, 2021 07:23
-
-
Save reachkamrul/1e8f14052287ad6267fbcec44afd100f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 480px){ | |
@supports (-webkit-touch-callout: none) { | |
/* CSS specific to iOS devices */ | |
.vff-footer { | |
bottom: 25px !important; | |
} | |
} | |
@supports not (-webkit-touch-callout: none) { | |
/* CSS for other than iOS devices */ | |
.vff-footer { | |
bottom: 45px !important; | |
} | |
} | |
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper, .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper .ff_conv_media_holder img { | |
height: 100% !important; | |
} | |
.ff_conv_app_frame { | |
height: 100vh !important; | |
} | |
.ff_conv_input.q-inner { | |
min-height: 350px !important; | |
height: 350px !important; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment