feat: Small changes to the welcome page, b=no-bug, c=welcome

This commit is contained in:
Mr. M
2025-08-31 12:15:55 +02:00
parent b11f6b84d3
commit 9baed1ab90

View File

@@ -243,7 +243,7 @@
#zen-welcome-initial-essentials-browser-sidebar-essentials {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.4rem 1.2rem;
gap: 1rem;
visibility: visible;
& * {
@@ -268,8 +268,8 @@
&::after {
position: absolute;
content: '';
width: 2rem;
height: 2rem;
width: 1.8rem;
height: 1.8rem;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
@@ -277,6 +277,7 @@
background-position: center;
background-size: contain;
background-repeat: no-repeat;
border-radius: 4px;
}
--border-radius-medium: 1rem;
@@ -285,6 +286,10 @@
transform: scale(1.06);
}
& .tab-background {
margin: 0 !important;
}
& .tab-background::after {
filter: blur(30px) brightness(1.2);
}