mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +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;
|
-moz-window-dragging: drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[zen-welcome-stage] #zen-sidebar-splitter {
|
:root[zen-welcome-stage] {
|
||||||
display: none;
|
min-width: 875px;
|
||||||
|
min-height: 560px;
|
||||||
|
|
||||||
|
#zen-sidebar-splitter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#zen-welcome-start {
|
#zen-welcome-start {
|
||||||
@@ -30,6 +35,7 @@
|
|||||||
list-style-image: url(chrome://browser/skin/zen-icons/forward.svg);
|
list-style-image: url(chrome://browser/skin/zen-icons/forward.svg);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10%;
|
bottom: 10%;
|
||||||
|
padding: 0.8em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zen-welcome-title {
|
#zen-welcome-title {
|
||||||
|
Reference in New Issue
Block a user