fix(routes): more ui tweaks
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user