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:
Ed Sanders 2024-09-19 13:52:58 +01:00
parent 4ab9e38274
commit 10dd200712

View file

@ -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);