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: 081c58c72b3d2c44cf818f9e10640ed6e5d8966a (plain)
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;
}


}