Update styling for the floating help button

Bug: T310762
Change-Id: I2f8d668caad224b51e095ba423a761014a5a994e
This commit is contained in:
Andrew Kostka 2022-07-06 15:43:13 +02:00
parent d9e56ef69a
commit d097a83c54
3 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

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

View file

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