workspace header + tab list visual refinements#700
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
more polish on the header/tab area to get the connected card look right. "browser like "
what changed
TableTabadded
rounded-b-none border border-transparent data-[state=active]:border-borderto tab triggers so active tabs show a border that connects visually with the tab list container, while inactive tabs have a transparent border to maintain layout.SliderTabsListpy-4topy-2.5my-1removed so they extend full height30%to20%TabsListchanged torounded-none border-b-0so it connects seamlessly with the header card above and the content area belowpb-5header
pt-6top padding from the headerDesktop:w-[80rem]fixed width from the header rowCreateTableBtnsimplified removed the gradient background and border styling, justrounded-tr-none rounded-b-nonewith a subtle hover lift (hover:translate-x-[-2px] hover:translate-y-[-2px]with a2pxshadow)