mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 23:33:25 +01:00
[PR #243] [MERGED] fix padding and hover highlight in tabs #166
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/243
Author: @subframe7536
Created: 7/19/2025
Status: ✅ Merged
Merged: 7/19/2025
Merged by: @gschier
Base:
main← Head:fix-vertical-tab-padding📝 Commits (2)
b651bb2fix padding and hover highlight in tabscb47814Fix workspace settings max height📊 Changes
3 files changed (+12 additions, -12 deletions)
View changed files
📝
src-web/commands/openWorkspaceSettings.tsx(+1 -1)📝
src-web/components/Settings/Settings.tsx(+6 -6)📝
src-web/components/core/Tabs/Tabs.tsx(+5 -5)📄 Description
Fix this issue by increasing top padding in vertial tab header to prevent border ring be overlaped.
Also, add
hocus:bg-surface-highlightclass to tab which hasaddBordersto make the hover style same as dropdown menu.https://github.com/user-attachments/assets/3aed6ec1-345f-4478-87f8-61a49e76b677
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.