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:
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 {