From 4dc51bd8e159593b7e3de6c27b4f6c5b4e5c0bd9 Mon Sep 17 00:00:00 2001 From: Hyeonseo Nam Date: Fri, 17 Mar 2023 23:59:17 +0900 Subject: [PATCH] Edit style.css: wide text, no animation --- styles.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 2fe0fd8..bfcb502 100644 --- a/styles.css +++ b/styles.css @@ -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 { @@ -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; } \ No newline at end of file