Style thanks confirmable panel on mobile

To test you must be using desktop Minerva
This addresses only the problem described in
T353062#9438627.

Bug: T353062
Change-Id: Ia7053b94aae1b6ab48307769de063d825a47c1db
This commit is contained in:
Jon Robson 2024-01-05 13:56:04 -08:00 committed by VolkerE
parent fd36ece4a3
commit 5e4e3bd549

View file

@ -154,6 +154,24 @@
position: fixed;
z-index: @z-index-above-content;
right: 8px;
.jquery-confirmable-interface {
background-color: @background-color-interactive-subtle;
border: @border-subtle;
padding: @spacing-50;
}
.jquery-confirmable-element {
~ .jquery-confirmable-interface {
display: none;
}
&.hidden {
~ .jquery-confirmable-interface {
display: block;
}
}
}
}
.mw-userlink {