Blame view
sources/apps/files_texteditor/css/mobile.css
182 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 10 11 |
@media only screen and (max-width: 768px) {
/* hide search function on mobile to prevent wrap of elements */
#editorsearchval,
#editor_save+label {
display: none !important;
}
}
|