aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-02-23 16:19:02 +0000
committerMario <mario@mariovavti.com>2023-02-23 16:19:02 +0000
commitc42911bd8db98129beb9412c9b7fd9fd3860b80c (patch)
treef6480dd50b80262cd2c4c740504777922791759e /view/theme
parent828087ee8cd3a57050fa08a36c19cc904889681f (diff)
downloadvolse-hubzilla-c42911bd8db98129beb9412c9b7fd9fd3860b80c.tar.gz
volse-hubzilla-c42911bd8db98129beb9412c9b7fd9fd3860b80c.tar.bz2
volse-hubzilla-c42911bd8db98129beb9412c9b7fd9fd3860b80c.zip
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b63d7092a..2a45388ac 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1393,8 +1393,9 @@ blockquote {
}
.textcomplete-dropdown {
- max-height: 300px;
- max-width: 250px;
+ max-height: 20rem;
+ max-width: 17rem;
+ min-width: 15rem;
overflow: auto;
}