fix(ui): align title and add button vertically in various views

This commit is contained in:
Stanislas Lange
2025-02-01 21:33:44 +01:00
parent 83f0f9fca4
commit a671dd4562
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
<x-slot:title>
Project Variable | Coolify
</x-slot>
<div class="flex gap-2">
<div class="flex gap-2 items-center">
<h1>Shared Variables for {{data_get($project,'name')}}</h1>
<x-modal-input buttonTitle="+ Add" title="New Shared Variable">
<livewire:project.shared.environment-variable.add :shared="true" />

View File

@@ -2,7 +2,7 @@
<x-slot:title>
Team Variables | Coolify
</x-slot>
<div class="flex gap-2">
<div class="flex gap-2 items-center">
<h1>Team Shared Variables</h1>
<x-modal-input buttonTitle="+ Add" title="New Shared Variable">
<livewire:project.shared.environment-variable.add :shared="true" />