From 9addc51b022094c2a74b47b05db81af1c0c7cfe5 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 31 Jan 2022 03:05:50 +0300 Subject: Updating RandomPools --- src/pages/stylesheets/styles.css | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) (limited to 'src/pages/stylesheets/styles.css') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index aeca8009..22c4b17b 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -162,6 +162,7 @@ ul { } li { + white-space: nowrap; border-bottom: solid 0.5px var(--bg-secondary); padding: 20px 0px 20px 20px; } @@ -311,10 +312,13 @@ body.light-theme { --bg-secondary: #fff; } -textarea { - resize: vertical; - width: 100%; - height: 200px; +body.light-theme textarea { + color: black; + border: 1px solid #767676; +} + +body.light-theme textarea:focus { + outline: none; } @@ -496,6 +500,32 @@ div.option { "translate medium wikipedia" } +div.random-pool { + display: flex; + align-items: stretch; +} + +div.random-pool ul { + list-style: disc; + margin: 0 20px; +} + +div.random-pool li { + border: none; + padding: 10px 0; + font-size: 15px; + line-height: 1px; +} + +textarea { + line-height: 21px; + background-color: var(--bg-secondary); + color: white; + border: none; + resize: none; + width: 100%; +} + @media (max-width: 1590px) { div.option { max-width: 1200px; -- cgit 1.4.1