This commit is contained in:
DeveloperDurp 2025-03-12 17:49:03 -05:00
parent ca58184b9d
commit 953bf1eaaa
9 changed files with 31 additions and 22 deletions

View file

@ -63,7 +63,7 @@ window {
border: 0.16em solid @lavender;
border-radius: 0.1em;
background-color: @base;
animation: slideIn 0.1s ease-in-out both;
animation: slideIn 0.2s ease-in-out both;
}
/* Slide In */
@ -83,7 +83,7 @@ window {
padding: 10px;
border: none;
background-color: @base;
animation: fadeIn 0.5s ease-in-out both;
animation: fadeIn 0.2s ease-in-out both;
}
/* Fade In */
@ -121,7 +121,7 @@ window {
border-radius: 0.1em;
color: @text;
background-color: @base;
animation: fadeIn 0.5s ease-in-out both;
animation: fadeIn 0.2s ease-in-out both;
}
#input image {
@ -138,7 +138,7 @@ window {
margin: 5px;
border: none;
color: @text;
animation: fadeIn 0.5s ease-in-out both;
animation: fadeIn 0.2s ease-in-out both;
}
#entry {