mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-25 14:16:10 +00:00
feat: Small changes to the welcome page, b=no-bug, c=welcome
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user