mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Bug 1399616 - add WP emoji styling to reader mode.
This commit is contained in:
parent
ecf329f733
commit
a0ceaeace8
2 changed files with 13 additions and 0 deletions
|
|
@ -738,3 +738,14 @@ body:not(.loaded) .toolbar:-moz-locale-dir(rtl) {
|
|||
.moz-reader-content .sr-only {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Enforce wordpress and similar emoji/smileys aren't sized to be full-width */
|
||||
.moz-reader-content img.wp-smiley,
|
||||
.moz-reader-content img.emoji {
|
||||
display: inline-block;
|
||||
border-width: 0;
|
||||
/* height: auto is implied from `.moz-reader-content *` rule. */
|
||||
width: 1em;
|
||||
margin: 0 .07em;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue