mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
ve.init.mw.MobileArticleTarget: Simplify margin/padding for debug bar
Requires I28278449512ed1e5e8c4ac6ae390334a26d1bad6 in mediawiki/skins/MinervaNeue to be merged at the same time. There should be no visual change if both are merged. Change-Id: Ia13f758a6870be2e6c89fd11f2ee3544ac61a1d7
This commit is contained in:
parent
5badbfed10
commit
165fe4ad45
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
|
||||
.ve-ui-debugBar {
|
||||
padding: 0.8em 16px;
|
||||
padding-top: 0.8em;
|
||||
border-top: 1px solid #c8ccd1;
|
||||
box-shadow: 0 10px 10px -10px rgba( 0, 0, 0, 0.15 ) inset;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue