Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-01-10 11:26:11 +0300
committerJoas Schilling <coding@schilljs.com>2020-01-10 11:26:11 +0300
commitc5619be74ecac4d4aa535fa02e6eea4ba98702de (patch)
tree2499946b770ae1f41913339a3e8b2a4fc6adcad9 /css/At.scss
parent60acb45a334d7a554f5738c801560ca6deb47bef (diff)
Increase the max height of the mention suggestion to 4.5 mentions instead of 3
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css/At.scss')
-rw-r--r--css/At.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/At.scss b/css/At.scss
index 4443fa18b..b473e36eb 100644
--- a/css/At.scss
+++ b/css/At.scss
@@ -114,6 +114,12 @@
max-width: unset;
}
+ // Override max height to show 4.5 mentions to make clear you can scroll for more options
+ .atwho-ul {
+ // (padding top: 6 + avatar height: 32 + padding bottom: 6) * visible mentions: 4.5
+ max-height: 198px;
+ }
+
// Override autocompletion panel items height, as they are too short
// for the avatars and also need some padding.
.atwho-li {