mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:25: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 {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
div.cdmContentInner iframe {
|
||||
min-width : 50%;
|
||||
}
|
||||
|
||||
@@ -1193,3 +1193,7 @@ div.postContent p {
|
||||
.Unread div.hlTitle {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
div.postContent iframe {
|
||||
min-width : 50%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user