feat(styles): make header css component

This commit is contained in:
Kaname
2022-09-10 01:13:44 +00:00
parent 341cde2781
commit 56f24fe317
5 changed files with 7 additions and 10 deletions

View File

@@ -276,7 +276,7 @@
</script>
<nav
class="header" style="backdrop-filter: blur(20px);"
class="header p-5"
>
<h1 class="mr-4 text-2xl font-bold">{$t('index.dashboard')}</h1>
{#if $appSession.isAdmin && (applications.length !== 0 || destinations.length !== 0 || databases.length !== 0 || services.length !== 0 || gitSources.length !== 0 || destinations.length !== 0)}