Adjust max-height in animations and refactor share dialog validation logic in Zen Rices component

This commit is contained in:
mr. M
2024-12-27 16:41:22 +01:00
parent e9f03a5455
commit 255f8f8fbd
2 changed files with 15 additions and 10 deletions

View File

@@ -367,7 +367,7 @@
99% {
transform: translateX(-100%);
opacity: 0;
max-height: 50px;
max-height: 15px;
position: relative;
}