MediaWiki:Gadget-LazyAdminTools-core.css
Jump to navigation
Jump to search
After saving, you may need to bypass your browser's cache to see the changes. For further information, see Wikipedia:Bypass your cache.
- In most Windows and Linux browsers: Hold down Ctrl and press F5.
- In Safari: Hold down ⇧ Shift and click the Reload button.
- In Chrome and Firefox for Mac: Hold down both ⌘ Cmd+⇧ Shift and press R.
.LAT-container {
max-width: 40em;
}
/* reduce gap between text field and associated button */
.gadget-LAT .oo-ui-actionFieldLayout-input {
padding-right: .5em;
}
@media screen and (min-width: 1250px) {
.LAT-container {
display: flex;
gap: 3em;
max-width: 71em;
}
.gadget-LAT .oo-ui-fieldLayout {
white-space: nowrap;
margin-top: 0;
}
.LAT-section-block {
flex: 1;
}
/* make rollback & everything buttons full width */
:is(.LAT-section-rollback, .LAT-section-everything) :is(.oo-ui-buttonElement, .oo-ui-buttonElement-button) {
display: block;
}
}