ui: Improve vertical alignment of home page card headers
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bfafaf88c5
commit
612b756114
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
{#if $domains && $domains.length}
|
||||
<Card class="mb-3 ${className}">
|
||||
<div class="card-header d-flex justify-content-between">
|
||||
<div class="card-header d-flex justify-content-between align-items-center">
|
||||
{$t("domaingroups.title")}
|
||||
<Button
|
||||
type="button"
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
</script>
|
||||
|
||||
<Card {...rest}>
|
||||
<div class="card-header d-flex justify-content-between">
|
||||
<div class="card-header d-flex justify-content-between align-items-center">
|
||||
{$t("provider.title")}
|
||||
{#if !$appConfig.disable_providers}
|
||||
<Button size="sm" color="light" href="/providers/new">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue