Difference between revisions of "MediaWiki:Common.css"
From The Embassy of Good Science
Line 9: | Line 9: | ||
div.formbutton-add--dropdown div.te-dropdown-menu { | div.formbutton-add--dropdown div.te-dropdown-menu { | ||
width:400px !important; | width:400px !important; | ||
+ | } | ||
+ | |||
+ | /* hide LLM chunk templates */ | ||
+ | div.chunks { | ||
+ | display:none; | ||
} | } |
Latest revision as of 09:52, 1 October 2024
/* CSS placed here will be applied to all skins */
/* overwrite width of input field dropdown */
#pfForm select {
width:100% !important;
}
/* set width of botton dropdown, e.g. on page "Resources" */
div.formbutton-add--dropdown div.te-dropdown-menu {
width:400px !important;
}
/* hide LLM chunk templates */
div.chunks {
display:none;
}