MediaWiki:Mobile.css: Difference between revisions

From The Toaq Wiki
(add "slim" class)
(unset → inherit (?))
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
   max-width: 100% !important;
   max-width: 100% !important;
}
}
/* overrides for some minerva styles */
.in-block, .in-block .mw-ui-icon, .in-block > span { display: inherit; }
.in-block .mw-ui-icon { font-size: inherit; }
.in-block .mw-headline { width: inherit; }
.in-block > span { vertical-align: inherit; }

Latest revision as of 11:24, 13 October 2022

@import url('https://toaq.me/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css');

.slim {
  width: 100% !important;
  max-width: 100% !important;
}

/* overrides for some minerva styles */
.in-block, .in-block .mw-ui-icon, .in-block > span { display: inherit; }
.in-block .mw-ui-icon { font-size: inherit; }
.in-block .mw-headline { width: inherit; }
.in-block > span { vertical-align: inherit; }