mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Increase header padding again (#2348)
From #2327 (https://github.com/woodpecker-ci/woodpecker/pull/2327#pullrequestreview-1600673521) 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)
This commit is contained in:
parent
81aa9b1439
commit
9718791eac
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
:class="{ 'md:px-4': fullWidth }"
|
:class="{ 'md:px-4': fullWidth }"
|
||||||
>
|
>
|
||||||
<FluidContainer :full-width="fullWidth" class="!py-0">
|
<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
|
<div
|
||||||
class="flex items-center content-start"
|
class="flex items-center content-start"
|
||||||
:class="{
|
:class="{
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<template #title>{{ repo.full_name }}</template>
|
<template #title>{{ repo.full_name }}</template>
|
||||||
|
|
||||||
<template #titleActions>
|
<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">
|
<div class="flex content-start gap-x-2 py-2 md:mr-2">
|
||||||
<PipelineStatusIcon :status="pipeline.status" class="flex flex-shrink-0" />
|
<PipelineStatusIcon :status="pipeline.status" class="flex flex-shrink-0" />
|
||||||
<span class="flex-shrink-0 text-center">{{ $t('repo.pipeline.pipeline', { pipelineId }) }}</span>
|
<span class="flex-shrink-0 text-center">{{ $t('repo.pipeline.pipeline', { pipelineId }) }}</span>
|
||||||
|
|
Loading…
Reference in a new issue