mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-10 02:49:33 +00:00
Update margin-bottom in welcome.css and dragBall position in welcome.js
This commit is contained in:
@@ -47,11 +47,11 @@ panel[type="arrow"][animate][animate="open"] {
|
||||
|
||||
@keyframes zen-jello-animation {
|
||||
0% {
|
||||
transform: scale3d(0.9, 0.9, 0.9);
|
||||
transform: scale3d(0.8, 0.8, 0.8);
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: scale3d(1.01, 1.01, 1.01);
|
||||
60% {
|
||||
transform: scale3d(1.02, 1.02, 1.02);
|
||||
}
|
||||
|
||||
to {
|
||||
|
||||
@@ -18,7 +18,9 @@ button:active {
|
||||
}
|
||||
|
||||
html|button:not(:is(
|
||||
.tab-button, .ghost-button
|
||||
.tab-button, .ghost-button,
|
||||
.button-toggle, .button-edit,
|
||||
.button-add
|
||||
)) {
|
||||
transition: .2s;
|
||||
border-radius: 6px !important;
|
||||
|
||||
Reference in New Issue
Block a user