Adjust padding and overflow properties in zen-welcome.css for improved layout

This commit is contained in:
mr. M
2025-02-14 13:06:47 +01:00
parent 1298c67d1b
commit 03cd059a6f

View File

@@ -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 {