mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-10 11:59:30 +01:00
reduce some padding, remove background
This commit is contained in:
parent
9a1e7de4ae
commit
cae77daefc
@ -24,7 +24,7 @@ class ServerEntry extends Component
|
|||||||
style="background-color: #D97706;">
|
style="background-color: #D97706;">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex-1 dark:bg-gray-800 dark:text-white rounded-lg overflow-hidden p-3">
|
<div class="flex-1 dark:bg-gray-850 dark:text-white rounded-lg overflow-hidden p-2">
|
||||||
<div class="flex items-center mb-5 gap-2">
|
<div class="flex items-center mb-5 gap-2">
|
||||||
<x-filament::loading-indicator class="h-5 w-5" />
|
<x-filament::loading-indicator class="h-5 w-5" />
|
||||||
<h2 class="text-xl font-bold">
|
<h2 class="text-xl font-bold">
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
style="background-color: {{ $server->condition->getColor(true) }};">
|
style="background-color: {{ $server->condition->getColor(true) }};">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex-1 dark:bg-gray-800 dark:text-white rounded-lg overflow-hidden p-3">
|
<div class="flex-1 dark:bg-gray-850 dark:text-white rounded-t-lg overflow-hidden p-2">
|
||||||
<div class="flex items-center mb-5 gap-2">
|
<div class="flex items-center mb-5 gap-2">
|
||||||
<x-filament::icon-button
|
<x-filament::icon-button
|
||||||
:icon="$server->condition->getIcon()"
|
:icon="$server->condition->getIcon()"
|
||||||
@ -47,9 +47,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<div class="flex-1 dark:bg-gray-850 dark:text-white rounded-b-lg overflow-hidden p-1">
|
||||||
<x-filament-tables::actions
|
<x-filament-tables::actions
|
||||||
:actions="\App\Filament\App\Resources\ServerResource\Pages\ListServers::getPowerActions()"
|
:actions="\App\Filament\App\Resources\ServerResource\Pages\ListServers::getPowerActions()"
|
||||||
:alignment="\Filament\Support\Enums\Alignment::Center"
|
:alignment="\Filament\Support\Enums\Alignment::Center"
|
||||||
:record="$server"
|
:record="$server"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user