fix(routes): more ui tweaks

This commit is contained in:
Kaname
2022-09-10 01:54:59 +00:00
parent d7e72519ef
commit 4040b334f5
13 changed files with 15 additions and 18 deletions

View File

@@ -191,7 +191,7 @@
</script>
<nav
class="header"
class="header p-5 pl-0 lg:p-0 lg:pl-20"
>
<div class="hidden items-center space-x-2 p-5 px-6 font-bold lg:flex">
<div class="flex flex-col">

View File

@@ -44,7 +44,7 @@
}
</script>
<nav class="header">
<nav class="header p-5 pl-0 lg:p-0 lg:pl-20">
<h1 class="mr-4 text-2xl font-bold">{$t('index.applications')}</h1>
{#if $appSession.isAdmin}
<button on:click={newApplication} class="btn btn-square btn-sm bg-applications">