From f4dce55ee9846d0e2a420227d7a549e13ecd0f15 Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Thu, 18 Sep 2025 11:01:15 +0100 Subject: [PATCH] Merge pull request #28518 from overleaf/mj-new-logs-old-position-spacing [web] Move aux file buttons to bottom of container GitOrigin-RevId: d5e81097e25ca344ad6b3769e95ae99fd4ad4b61 --- services/web/frontend/stylesheets/pages/editor/logs.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/web/frontend/stylesheets/pages/editor/logs.scss b/services/web/frontend/stylesheets/pages/editor/logs.scss index 133e6add3e..62d5d524d7 100644 --- a/services/web/frontend/stylesheets/pages/editor/logs.scss +++ b/services/web/frontend/stylesheets/pages/editor/logs.scss @@ -211,6 +211,12 @@ z-index: 11; // above the PDF viewer + controls top: var(--toolbar-small-height); background-color: var(--bg-secondary-themed); + display: flex; + flex-direction: column; + + .logs-pane-content { + min-height: 100%; + } } .logs-pane {