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
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-24 16:50:19 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-08-26 12:37:10 +0300
commit629f566b571f4dbdda6ea22f661d422121f8976f (patch)
treed355559b60baf5c59560bec1696e4c0654133bc0 /css
parentebb3c969acf9a9d521d8660e832ddf576773bb49 (diff)
More size fixing
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/At.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/At.scss b/css/At.scss
index 055701755..e8328160c 100644
--- a/css/At.scss
+++ b/css/At.scss
@@ -111,11 +111,11 @@
// Override "max-width: 180px", as that makes the autocompletion panel too
// narrow.
.atwho-view {
- max-width: unset;
+ max-width: 300px;
+ min-width: 250px;
// mention height: 48 * visible mentions: 4.5
max-height: 216px;
}
-
// Override max height to show 4.5 mentions to make clear you can scroll for more options
.atwho-ul {
// (padding top: 4 + avatar height: 48 + padding bottom: 4) * visible mentions: 4.5