The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 31: | Line 31: | ||
height: 16rem; | height: 16rem; | ||
overflow: hidden; | overflow: hidden; | ||
margin: 0 - | margin: 0 -5% -1rem; | ||
padding: 0 | padding: 0 5%; | ||
} | } | ||
Line 39: | Line 39: | ||
margin-bottom: calc(-1rem - 2px); | margin-bottom: calc(-1rem - 2px); | ||
padding: 0.5rem; | padding: 0.5rem; | ||
transition: all | transition: all 500ms cubic-bezier(0.5,0,0.5,1.5); | ||
border: 1px solid var(--color-primary1); | border: 1px solid var(--color-primary1); | ||
border-radius: 4px; | border-radius: 4px; | ||
Line 45: | Line 45: | ||
transform: scale(0.666); | transform: scale(0.666); | ||
opacity: 0; | opacity: 0; | ||
} | } | ||
.rc-entry.rc-active { | .rc-entry.rc-active { | ||
margin-bottom: 1rem; | margin-bottom: 1rem; | ||
max-height: | max-height: 5rem; | ||
transform: scale(1); | transform: scale(1); | ||
opacity: 1 | opacity: 1 |