Skip to content

Commit

Permalink
Adjust padding and overflow properties in zen-welcome.css for improve…
Browse files Browse the repository at this point in the history
…d layout
  • Loading branch information
mauro-balades committed Feb 14, 2025
1 parent 1298c67 commit 03cd059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/browser/base/content/zen-styles/zen-welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@
box-shadow: var(--zen-big-shadow);
flex-direction: column;
justify-content: space-between;
padding: 2rem;
padding: 3%;
width: 33%;
height: 100%;
backdrop-filter: blur(10px);
overflow: hidden;
}

#zen-welcome-page-sidebar-buttons {
Expand Down

0 comments on commit 03cd059

Please sign in to comment.