diff --git a/public/styles.css b/public/styles.css index d120feb..237764e 100644 --- a/public/styles.css +++ b/public/styles.css @@ -564,19 +564,20 @@ footer .font-body2 { text-align: left; border: none; outline: none; - max-width: 18em; + max-width: 15em; text-overflow: ellipsis; white-space: nowrap; cursor: text; - margin-bottom: -4px; margin-left: -1rem; + margin-bottom: -6px; padding-right: 0.3rem; padding-left: 0.3em; + padding-bottom: 0.1rem; border-radius: 1.3rem/30%; border-right: solid 1rem transparent; border-left: solid 1rem transparent; background-clip: padding-box; - background-color: rgba(var(--text-color), 32%); + background-color: rgba(var(--text-color), 43%); color: white; transition: background-color 0.5s ease; overflow: hidden; diff --git a/public_included_ws_fallback/styles.css b/public_included_ws_fallback/styles.css index eb17081..0f8742d 100644 --- a/public_included_ws_fallback/styles.css +++ b/public_included_ws_fallback/styles.css @@ -590,19 +590,20 @@ footer .font-body2 { text-align: left; border: none; outline: none; - max-width: 18em; + max-width: 15em; text-overflow: ellipsis; white-space: nowrap; cursor: text; - margin-bottom: -4px; margin-left: -1rem; + margin-bottom: -6px; padding-right: 0.3rem; padding-left: 0.3em; + padding-bottom: 0.1rem; border-radius: 1.3rem/30%; border-right: solid 1rem transparent; border-left: solid 1rem transparent; background-clip: padding-box; - background-color: rgba(var(--text-color), 32%); + background-color: rgba(var(--text-color), 43%); color: white; transition: background-color 0.5s ease; overflow: hidden;