Skip to content

Commit

Permalink
Increase header padding again (#2348)
Browse files Browse the repository at this point in the history
From #2327
(#2327 (review))

This probably needs some discussion first, but I think it looks ugly
with the current padding.

**Before**
![Screenshot 2023-08-29 at 17-17-00
Woodpecker](https://github.com/woodpecker-ci/woodpecker/assets/80460567/0f4df035-b10e-4309-b119-2044fad1d534)

**After**
![Screenshot 2023-08-29 at 17-16-48
Woodpecker](https://github.com/woodpecker-ci/woodpecker/assets/80460567/c45328c1-c3bf-401d-83fa-1b4b1b96d0c0)
  • Loading branch information
qwerty287 authored Aug 29, 2023
1 parent 81aa9b1 commit 9718791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/layout/scaffold/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:class="{ 'md:px-4': fullWidth }"
>
<FluidContainer :full-width="fullWidth" class="!py-0">
<div class="flex w-full md:items-center flex-col py-2 gap-y-2 md:flex-row md:justify-between">
<div class="flex w-full md:items-center flex-col py-3 gap-y-2 md:flex-row md:justify-between">
<div
class="flex items-center content-start"
:class="{
Expand Down
2 changes: 1 addition & 1 deletion web/src/views/repo/pipeline/PipelineWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<template #title>{{ repo.full_name }}</template>

<template #titleActions>
<div class="flex md:items-center flex-col py-2 gap-x-2 md:flex-row md:justify-between">
<div class="flex md:items-center flex-col gap-x-2 md:flex-row md:justify-between">
<div class="flex content-start gap-x-2 py-2 md:mr-2">
<PipelineStatusIcon :status="pipeline.status" class="flex flex-shrink-0" />
<span class="flex-shrink-0 text-center">{{ $t('repo.pipeline.pipeline', { pipelineId }) }}</span>
Expand Down

0 comments on commit 9718791

Please sign in to comment.