▾ modified src/frq/app.jolt +7 -1 Viewed
@@ -859,7 +859,13 @@ 859 859 ;; because the reader just asked for something — unlike the jump button, which 860 860 ;; appears on its own and must not shift what is under it. 861 861 (defn- below-messages [] 862 - (+ 124 862 + ;; 140 is that, counted: the gap under the row of columns, the jump button's 863 + ;; 34pt row, the separator and the two empty wrappers with a gap apiece, then 864 + ;; the compose row and the air under it — its own and the window's. Short by 865 + ;; any of it and the column runs past the bottom edge, which does not show as 866 + ;; a list that is too long: it shows as a compose bar sitting flat on the 867 + ;; bottom of the window with its margin cut off. 868 + (+ 140 863 869 (if @s/replying-to 34 0) 864 870 (if @s/attachment 76 0))) 865 871
@@ -859,7 +859,13 @@ 859 ;; because the reader just asked for something — unlike the jump button, which 859 ;; because the reader just asked for something — unlike the jump button, which 860 ;; appears on its own and must not shift what is under it. 860 ;; appears on its own and must not shift what is under it. 861 (defn- below-messages [] 861 (defn- below-messages [] 862 - (+ 124 862 + ;; 140 is that, counted: the gap under the row of columns, the jump button's 863 + ;; 34pt row, the separator and the two empty wrappers with a gap apiece, then 864 + ;; the compose row and the air under it — its own and the window's. Short by 865 + ;; any of it and the column runs past the bottom edge, which does not show as 866 + ;; a list that is too long: it shows as a compose bar sitting flat on the 867 + ;; bottom of the window with its margin cut off. 868 + (+ 140 863 (if @s/replying-to 34 0) 869 (if @s/replying-to 34 0) 864 (if @s/attachment 76 0))) 870 (if @s/attachment 76 0))) 865 871