mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 15:36:47 +00:00
Add top margin to "Edit template data" button
On skins where the toolbar has no bottom margin (Vector 2022, Timeless) this fixes the lack of gap between the toolbar and the button. On skins that have a bottom margin on the toolbar (Vector legacy, monobook), this will have no effect due to margin collapse. Bug: T375187 Change-Id: Id0a3e5696a9d6b7b7a2849483e81b38b426165c4
This commit is contained in:
parent
4ab9e38274
commit
10dd200712
|
@ -1,5 +1,5 @@
|
|||
.tdg-editscreen-main {
|
||||
margin-bottom: 1em;
|
||||
margin: 1em 0;
|
||||
|
||||
.skin-vector-legacy .ve-init-mw-desktopArticleTarget-originalContent & {
|
||||
font-size: (14 / 16em);
|
||||
|
|
Loading…
Reference in a new issue