Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mobile.css « css - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 878e43daf9099560589cc85ee1044c4b0f5c7058 (plain)
1
2
3
4
5
6
7
8
9
@media only screen and (max-width: 768px) {
  /* hide search function on mobile to prevent wrap of elements */
  #editorsearchval,
#editor_save + label {
    display: none !important;
  }
}

/*# sourceMappingURL=mobile.css.map */