mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:05:55 +00:00
force minimum iframe width
This commit is contained in:
4
cdm.css
4
cdm.css
@@ -155,3 +155,7 @@ div.cdmContentInner p {
|
|||||||
.Unread div.cdmHeader {
|
.Unread div.cdmHeader {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.cdmContentInner iframe {
|
||||||
|
min-width : 50%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1193,3 +1193,7 @@ div.postContent p {
|
|||||||
.Unread div.hlTitle {
|
.Unread div.hlTitle {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.postContent iframe {
|
||||||
|
min-width : 50%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user