Fix styling of new comment notification on mobile

* Keep buttons on the same line
* Reduce font size to align borders

Change-Id: I1cc44ae1bd8b5e45d9a5b2ea4f9352163d12e8e6
This commit is contained in:
Ed Sanders 2022-07-31 23:00:05 +01:00
parent 434e11df87
commit 54eabe1f4f

View file

@ -295,6 +295,12 @@
transition: transform 250ms ease-in, opacity 250ms ease-in;
transform: translate( -50%, 30px );
opacity: 0;
white-space: nowrap;
.skin-minerva & {
// stylelint-disable-next-line declaration-property-unit-disallowed-list
font-size: 14px;
}
&-open {
transform: translate( -50%, 0 );