[PR #182] [MERGED] Fix header layout #107

Closed
opened 2025-12-29 07:19:22 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/182
Author: @jzhangdev
Created: 3/9/2025
Status: Merged
Merged: 4/22/2025
Merged by: @gschier

Base: masterHead: fix/header-layout


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src-web/components/HeaderSize.tsx (+2 -2)

📄 Description

Before

When the font size exceeds 24px, the header layout will overflow.

SCR-20250309-lpyz SCR-20250309-lsja

After

Use min height for header layout.

SCR-20250309-lugu

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/182 **Author:** [@jzhangdev](https://github.com/jzhangdev) **Created:** 3/9/2025 **Status:** ✅ Merged **Merged:** 4/22/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `fix/header-layout` --- ### 📝 Commits (1) - [`99b7ed7`](https://github.com/mountain-loop/yaak/commit/99b7ed7bdaa028a9d4cdbb83dc8f871d23ef609d) Fix header layout ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src-web/components/HeaderSize.tsx` (+2 -2) </details> ### 📄 Description ## Before When the font size exceeds 24px, the header layout will overflow. <img width="1741" alt="SCR-20250309-lpyz" src="https://github.com/user-attachments/assets/26d0025b-1111-49f1-9ae7-982f8f284d54" /> <img width="1744" alt="SCR-20250309-lsja" src="https://github.com/user-attachments/assets/2645a2b0-b76d-4336-9036-9b08df292bf2" /> ## After Use min height for header layout. <img width="1742" alt="SCR-20250309-lugu" src="https://github.com/user-attachments/assets/32ad7d7c-8e20-47b7-81d6-27e5fb595b29" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:22 +01:00
adam closed this issue 2025-12-29 07:19:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#107