diff options
author | Mario <mario@mariovavti.com> | 2023-02-23 16:19:02 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-02-23 16:19:02 +0000 |
commit | c42911bd8db98129beb9412c9b7fd9fd3860b80c (patch) | |
tree | f6480dd50b80262cd2c4c740504777922791759e /view/theme/redbasic | |
parent | 828087ee8cd3a57050fa08a36c19cc904889681f (diff) | |
download | volse-hubzilla-c42911bd8db98129beb9412c9b7fd9fd3860b80c.tar.gz volse-hubzilla-c42911bd8db98129beb9412c9b7fd9fd3860b80c.tar.bz2 volse-hubzilla-c42911bd8db98129beb9412c9b7fd9fd3860b80c.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
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; } |