mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 23:06:30 +00:00
Small fixes to the welcome page
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
}
|
||||
|
||||
& #zen-sidebar-top-buttons {
|
||||
margin: 4px 0;
|
||||
margin: var(--zen-element-separation) 0 var(--zen-toolbox-padding) 0;
|
||||
}
|
||||
|
||||
& #PanelUI-menu-button {
|
||||
|
@@ -58,6 +58,7 @@
|
||||
width: 60%;
|
||||
height: 60%;
|
||||
box-shadow: var(--zen-big-shadow);
|
||||
overflow: hidden;
|
||||
|
||||
/* Small screens */
|
||||
@media (max-width: 1400px) {
|
||||
@@ -96,6 +97,10 @@
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
&[animate-heart] {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
#zen-welcome-page-sidebar-buttons {
|
||||
@@ -129,6 +134,7 @@
|
||||
#zen-welcome-page-content {
|
||||
background: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
|
||||
width: 60%;
|
||||
max-width: 80rem;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@@ -205,7 +211,7 @@
|
||||
#zen-welcome-initial-essentials-browser-sidebar-essentials {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 0.8rem;
|
||||
gap: 0.4rem 1.2rem;
|
||||
visibility: visible;
|
||||
|
||||
& * {
|
||||
@@ -247,7 +253,6 @@
|
||||
transform: scale(1.04);
|
||||
|
||||
& .tab-background {
|
||||
--zen-essential-bg-margin: 3px;
|
||||
box-shadow: var(--zen-big-shadow);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user