mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:25:55 +00:00
rework some styles related to three panel mode
This commit is contained in:
@@ -12,7 +12,7 @@ function embedOriginalArticle(id) {
|
||||
if (isCdmMode()) {
|
||||
c = $$("div#RROW-" + id + " div[class=content-inner]")[0];
|
||||
} else if (id == getActiveArticleId()) {
|
||||
c = $$("div[class=postContent]")[0];
|
||||
c = $$(".post .content")[0];
|
||||
}
|
||||
|
||||
if (c) {
|
||||
|
||||
Reference in New Issue
Block a user