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

mobile.css « css - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2b2c57f9ec1f4afc554554a2148115e32ac24df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@media only screen and (max-width: 768px) {
	#header {
		display: none !important;
	}

	#content-wrapper {
		padding-top: 0;
	}

	#content {
		padding-top: 0;
	}

	#richdocumentsframe {
		height: 100vh;
		position: fixed;
	}

}