Update margin-bottom in welcome.css and dragBall position in welcome.js

This commit is contained in:
Mauro Balades
2024-07-04 18:56:13 +02:00
parent 4dfb9879ba
commit 3beb604136
6 changed files with 22 additions and 10 deletions

View File

@@ -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 {

View File

@@ -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;