OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
_backup
/
tinymce
/
tinymce
/
src
/
skins
/
oxide
/
main
/
less
/
mobile
/
app
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/20/2020 06:35:57 AM
rwxr-xr-x
📄
android.less
918 bytes
02/20/2020 06:35:48 AM
rw-r--r--
📄
mask-section.less
725 bytes
02/20/2020 06:35:48 AM
rw-r--r--
📄
mask.less
475 bytes
02/20/2020 06:35:49 AM
rw-r--r--
📄
mobile-icons.less
2.27 KB
02/20/2020 06:35:49 AM
rw-r--r--
📄
mobile-less.less
2.26 KB
02/20/2020 06:35:50 AM
rw-r--r--
📄
reset.less
379 bytes
02/20/2020 06:35:50 AM
rw-r--r--
📄
variables.less
1.58 KB
02/20/2020 06:35:51 AM
rw-r--r--
Editing: android.less
Close
.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; }