mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Update styling for the floating help button
Bug: T310762 Change-Id: I2f8d668caad224b51e095ba423a761014a5a994e
This commit is contained in:
parent
d9e56ef69a
commit
d097a83c54
|
@ -198,8 +198,8 @@
|
|||
|
||||
.ve-ui-mwTransclusionDialog-floatingHelpElement {
|
||||
position: absolute;
|
||||
right: 23px;
|
||||
bottom: 23px;
|
||||
right: 16px;
|
||||
bottom: 16px;
|
||||
}
|
||||
|
||||
.ve-ui-mwTransclusionDialog-small-screen .ve-ui-mwTransclusionDialog-floatingHelpElement {
|
||||
|
|
|
@ -33,6 +33,6 @@
|
|||
/* Same as in https://phabricator.wikimedia.org/diffusion/EGRE/browse/master/modules/ui-components/HelpPanelButton.less */
|
||||
box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.5 );
|
||||
border-radius: 50%;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
&-stackLayout {
|
||||
/* We don't want anything to collapse left/right, so shouldn't use margin */
|
||||
padding: 0 48px;
|
||||
padding: 0 54px;
|
||||
|
||||
&.oo-ui-stackLayout-continuous > .oo-ui-panelLayout-scrollable {
|
||||
// Override from PanelLayout; only the StackLayout must be scrollable
|
||||
|
|
Loading…
Reference in a new issue