From f5e9b3df2e778b4897524ab7ff7c77066bfbeef2 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Sat, 12 Aug 2023 12:36:25 +0200 Subject: [PATCH] Small improvements to mobile interface (#2202) 1. pipeline step list: do not have a separate scroll container on step list 2. merge title bars on logs (probably regression of #2140) --- .../components/repo/pipeline/PipelineLog.vue | 22 +++++++++---------- .../repo/pipeline/PipelineStepList.vue | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web/src/components/repo/pipeline/PipelineLog.vue b/web/src/components/repo/pipeline/PipelineLog.vue index 23ae5c0439..f876d99e78 100644 --- a/web/src/components/repo/pipeline/PipelineLog.vue +++ b/web/src/components/repo/pipeline/PipelineLog.vue @@ -1,20 +1,16 @@