mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 22:21:28 +00:00
fix feeds frame size for Opera
This commit is contained in:
@@ -411,6 +411,11 @@ function init_second_stage() {
|
|||||||
|
|
||||||
daemon_enabled = getCookie("ttrss_vf_daemon");
|
daemon_enabled = getCookie("ttrss_vf_daemon");
|
||||||
|
|
||||||
|
if (navigator.userAgent.match("Opera")) {
|
||||||
|
var f = document.getElementById("feeds-frame");
|
||||||
|
f.style.height = document.body.scrollHeight - 200 + "px";
|
||||||
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("init_second_stage", e);
|
exception_error("init_second_stage", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user