This commit is contained in:
Robin Grenzdörfer 2023-09-27 15:15:06 +00:00
parent d254a80851
commit 8449489f34

@ -96,8 +96,8 @@ table {
margin-bottom: 20px;
}
* {
transition: max-height 0.5s, height 0.5s ease, width 0.5s ease, flex 0.5s ease, opacity 0.5s ease, top 0.5s ease,
bottom 0.5s ease, left 0.5s ease, right 0.5s ease, transform 0.5s ease;
transition: border-color 0.5s ease, max-height 0.5s, height 0.5s ease, width 0.5s ease, flex 0.5s ease,
opacity 0.5s ease, top 0.5s ease, bottom 0.5s ease, left 0.5s ease, right 0.5s ease, transform 0.5s ease;
}
button {