summaryrefslogtreecommitdiffstats
path: root/web_src/js
diff options
context:
space:
mode:
authorDenys Konovalov <kontakt@denyskon.de>2023-07-07 00:34:00 +0200
committerGitHub <noreply@github.com>2023-07-07 00:34:00 +0200
commit917ca5ded9914fb09d65cecaf5a716db0fac7686 (patch)
tree538241228e41cd17b8d461219adf3277f73f9d3b /web_src/js
parente595dfeec7548693ed14778edb6b24726ac46e7e (diff)
downloadgitea-917ca5ded9914fb09d65cecaf5a716db0fac7686.tar.gz
gitea-917ca5ded9914fb09d65cecaf5a716db0fac7686.zip
Several fixes for mobile UI (#25634) (#25689)
Backport #25634 Resolves https://github.com/go-gitea/gitea/issues/25622 <details> <summary>Screenshots</summary> ![Bildschirmfoto vom 2023-07-02 20-47-34](https://github.com/go-gitea/gitea/assets/47871822/a8a0bff6-9ae3-48f3-b008-00c196a3f8fd) ![Bildschirmfoto vom 2023-07-02 20-47-45](https://github.com/go-gitea/gitea/assets/47871822/172a0021-af74-4690-aa67-0e66688ce733) ![Bildschirmfoto vom 2023-07-02 20-48-37](https://github.com/go-gitea/gitea/assets/47871822/14572ebd-0106-4c8a-ba27-b6b631375ee6) ![Bildschirmfoto vom 2023-07-02 20-49-08](https://github.com/go-gitea/gitea/assets/47871822/7c0ba3aa-1712-482c-aae9-13394dbdaf8a) ![Bildschirmfoto vom 2023-07-02 20-50-28](https://github.com/go-gitea/gitea/assets/47871822/8bd68e26-099a-4abd-8817-16d52af13167) ![Bildschirmfoto vom 2023-07-02 20-51-46](https://github.com/go-gitea/gitea/assets/47871822/3beab8c6-3747-4829-be50-bafaed11000c) ![Bildschirmfoto vom 2023-07-02 20-54-12](https://github.com/go-gitea/gitea/assets/47871822/51f82ef3-a32c-4c27-9056-e8711ed469cc) </details> --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'web_src/js')
-rw-r--r--web_src/js/components/RepoActionView.vue8
1 files changed, 3 insertions, 5 deletions
diff --git a/web_src/js/components/RepoActionView.vue b/web_src/js/components/RepoActionView.vue
index efdac0231e..3ef13d7d3c 100644
--- a/web_src/js/components/RepoActionView.vue
+++ b/web_src/js/components/RepoActionView.vue
@@ -516,6 +516,8 @@ export function ansiLogToHTML(line) {
<style scoped>
.action-view-body {
+ padding-top: 12px;
+ padding-bottom: 12px;
display: flex;
gap: 12px;
}
@@ -549,11 +551,6 @@ export function ansiLogToHTML(line) {
margin: 0 0 0 28px;
}
-.action-view-left, .action-view-right {
- padding-top: 12px;
- padding-bottom: 12px;
-}
-
/* ================ */
/* action view left */
@@ -767,6 +764,7 @@ export function ansiLogToHTML(line) {
background-color: var(--color-console-bg);
max-height: 100%;
border-radius: 0 0 var(--border-radius) var(--border-radius);
+ z-index: 0;
}
.job-step-container .job-step-summary {