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:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-08-21 13:58:12 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-08-26 12:37:10 +0300
commit2950405d9e85250261905e3405a2d613fd578fe7 (patch)
treee1f3c1a372735b5280d1b530e70f1d514af46d69 /css
parent039c67dcd98978f8b1874aae5d0ef70f07d84ee6 (diff)
Fix mentions layout
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'css')
-rw-r--r--css/At.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/At.scss b/css/At.scss
index e1e54b376..055701755 100644
--- a/css/At.scss
+++ b/css/At.scss
@@ -125,7 +125,7 @@
// Override autocompletion panel items height, as they are too short
// for the avatars and also need some padding.
.atwho-li {
- height: 48px;
+ height: 64px;
padding-top: 4px;
padding-bottom: 4px;
}
@@ -134,8 +134,8 @@
// is the default 16px. This is a temporary fix until it is fixed
// in the avatar component.
.atwho-li .icon-group-forced-white {
- width: 32px;
- height: 32px;
+ width: 44px;
+ height: 44px;
}
// Override all colors with our theming and dark mode