Fix setting button placement in article preview

The london thumbnail was also replaced with a larger size to fix the RTL landscape story in storybook

Bug: T276668
Change-Id: I00dfe4762c36f49c93144d1207013c41cf33007a
This commit is contained in:
bwang 2021-04-20 13:00:50 -05:00
parent 3a00223a36
commit dce03d9036
3 changed files with 3 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

View file

@ -395,10 +395,13 @@
}
.mwe-popups-extract[ dir='rtl' ] + footer {
/* @noflip */
left: unset;
/* @noflip */
right: 0;
.mwe-popups-settings-icon {
/* @noflip */
float: left;
}
}