PHP Classes

File: public/js/tinymce/src/skins/lightgray/src/main/less/mobile/app/android.less

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/skins/lightgray/src/main/less/mobile/app/android.less   Download  
File: public/js/tinymce/src/skins/lightgray/src/main/less/mobile/app/android.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 918 bytes
 

Contents

Class file image Download
.tinymce-mobile-android-container { &.tinymce-mobile-android-maximized { /* Android WebView only */ /* The min-height: 100vh is required for webview which we aren't supporting yet. It breaks normal mode by making the container larger than the window height */ /*min-height: 100vh;*/ position: fixed; top: 0; bottom: 0; left: 0; right: 0; border: none; background: @android-background-color; display: flex; flex-direction: column; } &:not(.tinymce-mobile-android-maximized) { position: relative; } .tinymce-mobile-editor-socket { display: flex; flex-grow: 1; iframe { display: flex !important; height: auto !important; flex-grow: 1; } } } .tinymce-mobile-android-scroll-reload { overflow: hidden; } :not(.tinymce-mobile-readonly-mode) > .tinymce-mobile-android-selection-context-toolbar { margin-top: 23px; }