Skip to content

Commit

Permalink
Edit style.css: wide text, no animation
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeonseoNam committed Mar 17, 2023
1 parent 45cdadb commit 4dc51bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
background-color: var(--background-secondary);
padding-left: 1em;
padding-right: 1em;
border-top: 0px;
animation: child-enter 0.3s ease;
border-top: 0.5px solid var(--background-primary);
/* animation: child-enter 0.3s ease; */
}

@keyframes child-enter {
Expand All @@ -15,4 +15,12 @@
opacity: 1;
transform: translateY(0);
}
}

.wide-text-area > .setting-item-info {
flex: 0.3 1 auto;
}
.wide-text-area textarea {
width: 100%;
height: 10em;
}

0 comments on commit 4dc51bd

Please sign in to comment.