"साँचा:Graph:Chart/styles.css" के अवतरणों में अंतर

मुक्त ज्ञानकोश विकिपीडिया से
नेविगेशन पर जाएँ खोज पर जाएँ
imported>चंद्र शेखर
(Template:Graph:Chart/styles.css से लिया गया है। यह एक कम्प्यूटर कोड है। कृप्या इसे ना बदलें।)
 
https://hiwiki.iiit.ac.in/index.php/>MusikBot II
छो (Changed protection settings for "Template:Graph:Chart/styles.css": High-risk template or module 8725 transclusions (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
पंक्ति २: पंक्ति २:
/* Prevent overflow behavior in mobile skins. */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
@media all and ( max-width: 720px ) {
body.skin-minerva div.mw-graph {
body.skin-minerva .mw-graph {
min-width: auto !important;
min-width: 100% !important;
max-width: 100%;
max-width: 100%;
overflow-x: auto;
overflow-x: auto;

०१:११, १७ अगस्त २०२१ का अवतरण

/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
	body.skin-minerva .mw-graph {
		min-width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
	}
}

.mw-graph-img {
	width: inherit;
	height: inherit;
}