Skip to content

Commit

Permalink
Center align content in zen essentials container for improved layout …
Browse files Browse the repository at this point in the history
…consistency
  • Loading branch information
mauro-balades committed Nov 6, 2024
1 parent 27c5119 commit 638ec9c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@

& #zen-essentials-container {
--tab-min-height: 38px;
justify-content: center;
}

/* Mark: Fix separator paddings */
Expand Down Expand Up @@ -407,6 +406,10 @@
justify-content: center;
}

& #zen-essentials-container {
justify-content: center;
}

& #vertical-tabs-newtab-button {
padding: 0 !important;
background: transparent !important;
Expand Down

0 comments on commit 638ec9c

Please sign in to comment.