mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Added a min size for welcome window, b=(no-bug), c=welcome
This commit is contained in:
@@ -15,8 +15,13 @@
|
||||
-moz-window-dragging: drag;
|
||||
}
|
||||
|
||||
:root[zen-welcome-stage] #zen-sidebar-splitter {
|
||||
display: none;
|
||||
:root[zen-welcome-stage] {
|
||||
min-width: 875px;
|
||||
min-height: 560px;
|
||||
|
||||
#zen-sidebar-splitter {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#zen-welcome-start {
|
||||
@@ -30,6 +35,7 @@
|
||||
list-style-image: url(chrome://browser/skin/zen-icons/forward.svg);
|
||||
position: absolute;
|
||||
bottom: 10%;
|
||||
padding: 0.8em !important;
|
||||
}
|
||||
|
||||
#zen-welcome-title {
|
||||
|
Reference in New Issue
Block a user