Skip to content

Enhancement: Reduce Vertical Spacing Between Global Navigation Header and Note Container #38

Description

@gun666vald

Issue Description:

1. Problem Statement

The vertical gap/spacing between the persistent global navigation bar (containing "Home", "New Note", "Tags", "Folders", "Menu") and the note page viewport is currently quite large.

This introduces unnecessary whitespace at the top of the interface, pushing the note header and the editor canvas further down the screen before writing can even begin.


2. Proposed Solution

To create a more compact, cohesive, and content-focused interface, we should minimize the vertical margin and padding variables separating the global layout header and the note workspace:

  1. Reduce Global Header Bottom Margin: In App.vue (or the global layout template), reduce the bottom margin of the navigation header component (e.g. from mb-6 or mb-8 down to a clean mb-2 or mb-3).
  2. Compress Router-View Wrapper Padding: Tighten the vertical padding surrounding the main <router-view> container (e.g. from py-6 or py-8 down to py-2 or py-3).

3. Expected Benefits

  • Design Cohesion: Brings the active note editor closer to the navigation controls, making the UI feel like a unified, distraction-free writing application.
  • Reclaimed Vertical Space: Reclaims crucial pixels from the very top of the interface, keeping your editor workspace fully visible even under high browser zoom levels.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions