diff --git a/resources/css/app.css b/resources/css/app.css index 22869da46..e66a22991 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -156,7 +156,7 @@ option { } .navbar-main { - @apply flex items-end gap-6 pb-2 border-b-2 border-solid border-coolgray-200; + @apply flex items-center h-10 gap-6 pb-2 border-b-2 border-solid border-coolgray-200; } .loading { @@ -235,7 +235,7 @@ option { } .subtitle { - @apply pt-2 pb-10; + @apply pt-2 pb-9; } .fullscreen { diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php index 2a447f95b..ee81edd63 100644 --- a/resources/views/components/navbar.blade.php +++ b/resources/views/components/navbar.blade.php @@ -262,10 +262,10 @@ -
  • -
  • - {{--
  • diff --git a/resources/views/components/security/navbar.blade.php b/resources/views/components/security/navbar.blade.php index 26d8372da..5ad4afb3c 100644 --- a/resources/views/components/security/navbar.blade.php +++ b/resources/views/components/security/navbar.blade.php @@ -1,8 +1,7 @@

    Security

    Security related settings.
    - -
    All your projects are here.
    -
    @forelse ($projects as $project)
    count() === 0)
    No tags yet defined yet. Go to a resource and add a tag there.
    @else - + @foreach ($tags as $oneTag) @endforeach @if ($tag) -
    +