1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

fix: Improves UI with padding and color improvements

This commit is contained in:
Amir Raminfar
2023-09-23 13:16:40 -07:00
parent ad461c9dbc
commit 9e30045e6f
3 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<template>
<aside class="fixed h-screen w-[inherit] overflow-auto p-4" data-testid="navigation">
<aside class="fixed h-screen w-[inherit] overflow-auto p-3" data-testid="navigation">
<h1>
<router-link :to="{ name: 'index' }">
<svg class="h-14 w-28 fill-secondary">
@@ -12,7 +12,7 @@
</small>
</h1>
<div class="mt-4 flex gap-4">
<div class="flex gap-4">
<router-link
:to="{ name: 'settings' }"
:aria-label="$t('title.settings')"