mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-30 02:16:17 +02:00
ui: standardize table styles
This commit is contained in:
@@ -154,9 +154,9 @@ export default function SystemdTable({ systemId }: { systemId?: string }) {
|
||||
}
|
||||
|
||||
return (
|
||||
<Card className="p-6 @container w-full">
|
||||
<CardHeader className="p-0 mb-4">
|
||||
<div className="grid md:flex gap-5 w-full items-end">
|
||||
<Card className="@container w-full px-3 py-5 sm:py-6 sm:px-6">
|
||||
<CardHeader className="p-0 mb-3 sm:mb-4">
|
||||
<div className="grid md:flex gap-x-5 gap-y-3 w-full items-end">
|
||||
<div className="px-2 sm:px-1">
|
||||
<CardTitle className="mb-2">
|
||||
<Trans>Systemd Services</Trans>
|
||||
|
||||
Reference in New Issue
Block a user