mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 20:55:56 +00:00
fix feeds frame size for Opera
This commit is contained in:
@@ -410,6 +410,11 @@ function init_second_stage() {
|
||||
dropboxSelect(limitbox, getCookie("ttrss_vf_limit"));
|
||||
|
||||
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) {
|
||||
exception_error("init_second_stage", e);
|
||||
|
||||
Reference in New Issue
Block a user