fix: Add a minimum width for the welcome button, b=no-bug, c=welcome

This commit is contained in:
mr. m
2026-01-19 17:26:46 +01:00
parent a3494d12e6
commit 253ce993c5

View File

@@ -35,7 +35,8 @@
list-style-image: url(chrome://browser/skin/zen-icons/forward.svg);
position: absolute;
bottom: 10%;
padding: 0.8em !important;
padding: 1em !important;
min-width: 100px;
}
#zen-welcome-title {