mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Stop using the "contain" CSS property
More trouble than it's worth.
This commit is contained in:
parent
497d5da5a3
commit
7d601a711f
1 changed files with 0 additions and 6 deletions
|
@ -211,12 +211,6 @@ section[itemprop="mentions"] > figure {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
section[itemtype="https://schema.org/ImageObject"] figcaption,
|
||||
figure[itemtype="https://schema.org/ImageObject"] figcaption,
|
||||
div[itemprop="articleBody"] > figure:not([itemtype="https://schema.org/ImageObject"]) {
|
||||
contain: content;
|
||||
}
|
||||
|
||||
/* browsers make monospace small and unreadable for some dumb legacy
|
||||
* reason and this somehow fixes that without overriding the user's
|
||||
* font size preferences. */
|
||||
|
|
Loading…
Reference in a new issue