mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-03 12:37:02 +00:00
Fix regression in layout of mobile expand icon
Bug: T344548 Change-Id: I0af27071419d4b0b993746d891051a742b239efb
This commit is contained in:
parent
65fdd99dd0
commit
73c341f02d
|
@ -467,6 +467,13 @@ h1, h2, h3, h4, h5, h6 {
|
|||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
// stylelint-disable-next-line selector-class-pattern
|
||||
> .indicator {
|
||||
// The indicator lives inside the h2 on normal pages, so expects
|
||||
// to have the same base font size as the heading.
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
// stylelint-disable-next-line selector-class-pattern
|
||||
> .indicator,
|
||||
&-ellipsisButton {
|
||||
|
|
Loading…
Reference in a new issue