mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 09:26:34 +00:00
Update margin-bottom in welcome.css and dragBall position in welcome.js
This commit is contained in:
@@ -135,7 +135,7 @@ input[type='checkbox'] {
|
||||
}
|
||||
|
||||
#search h1 {
|
||||
margin-bottom: 50px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#theme h1 {
|
||||
|
@@ -180,7 +180,7 @@ class Themes extends Page {
|
||||
ctx.fillRect(0, 0, 1000, 150);
|
||||
|
||||
const dragBall = document.getElementById('dragBall');
|
||||
dragBall.style.left = `0px`;
|
||||
dragBall.style.left = `17px`;
|
||||
dragBall.addEventListener('mousedown', (e) => {
|
||||
const rect = colorList.getBoundingClientRect();
|
||||
e.preventDefault();
|
||||
|
Reference in New Issue
Block a user