mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-16 04:06:19 +00:00
Merge "Adjust the reference popup size and enable scollbars"
This commit is contained in:
commit
fb738562d4
|
@ -1,4 +1,4 @@
|
|||
.mwe-popups-type-reference {
|
||||
.mwe-popups.mwe-popups-type-reference {
|
||||
.mwe-popups-title {
|
||||
margin-top: @popupPadding;
|
||||
|
||||
|
@ -21,6 +21,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
.mwe-popups-extract {
|
||||
// Reference previews can be smaller than page preview, where the minimum is two lines.
|
||||
min-height: @lineHeight;
|
||||
overflow: auto;
|
||||
|
||||
// We don't want footnotes to have a fade-out effect (introduced with T150814).
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mwe-popups-read-link {
|
||||
// Same font size as the read link in disambiguation popups
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Reference in a new issue