Fix page header placement jump by standardizing container classes

- Changed all notes-related pages to use standard 'page-container' class
- Updated notes_list.html, notes_folders.html, note_editor.html, and note_view.html
- This ensures consistent padding and layout across all pages
- Fixes the visual jump when navigating between Sprints and Notes
This commit is contained in:
2025-07-14 10:16:18 +02:00
committed by Jens Luedicke
parent 6f4916cac0
commit 16e33aa08e
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block content %}
<div class="note-editor-container">
<div class="page-container">
<!-- Page Header -->
<div class="page-header">
<div class="header-content">