mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:35:57 +00:00
layout resize tweak
This commit is contained in:
@@ -447,7 +447,7 @@ function resize_headlines(delta_x, delta_y) {
|
||||
|
||||
h_frame.style.height = (300 - ver_offset) + "px";
|
||||
|
||||
c_frame.style.top = (h_frame.offsetTop + h_frame.offsetHeight + 1) + "px";
|
||||
c_frame.style.top = (h_frame.offsetTop + h_frame.offsetHeight + 0) + "px";
|
||||
h_frame.style.height = h_frame.offsetHeight + "px";
|
||||
|
||||
var theme_c = 0;
|
||||
|
||||
Reference in New Issue
Block a user