mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-13 09:37:25 +02:00
cap iframes width
This commit is contained in:
parent
dae36971ae
commit
b9bd7ec555
@ -264,6 +264,7 @@ div.cdmContentInner p {
|
|||||||
|
|
||||||
div.cdmContentInner iframe {
|
div.cdmContentInner iframe {
|
||||||
min-width : 50%;
|
min-width : 50%;
|
||||||
|
max-width : 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdmHeader span.author {
|
div.cdmHeader span.author {
|
||||||
|
@ -1012,6 +1012,7 @@ div.postContent p {
|
|||||||
|
|
||||||
div.postContent iframe {
|
div.postContent iframe {
|
||||||
min-width : 50%;
|
min-width : 50%;
|
||||||
|
max-width : 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postHeader span.author {
|
div.postHeader span.author {
|
||||||
|
Loading…
Reference in New Issue
Block a user