UI improvements and fixes
- Fixed brutalist styling across all components - Removed notes field from transaction list display - Added whitespace-nowrap to prevent description wrapping - Updated modals with consistent border styling - Improved form layouts and button styling
This commit is contained in:
parent
086d682592
commit
cdbf0733c5
4 changed files with 219 additions and 238 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<template>
|
||||
<div>
|
||||
<!-- Navigation -->
|
||||
<nav class="bg-white shadow-sm border-b">
|
||||
<nav class="bg-black border-b-4 border-black">
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<NuxtLink to="/" class="text-xl font-bold text-gray-900 font-mono">
|
||||
Faber Finances
|
||||
<NuxtLink to="/" class="text-xl font-bold text-white font-mono">
|
||||
FABER FINANCES
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue