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>2019-07-12 15:43:59 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-12 15:43:59 +0300
commit8ff2ff04baa79c6b21064db304611d3edd59fbd1 (patch)
tree902d6cdebe7407c579a57b85d9319f090106e76f /css
parentfa9454a0531507d657852184c63a518aa2349175 (diff)
Fix missing left border of contacts popover
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index d9691ead1..94bf1da48 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -168,6 +168,10 @@ input[type="password"] {
margin: 0 !important;
}
+.participantWithList .contactsmenu-popover {
+ margin-left: 7px;
+}
+
.select2-result .avatar.icon,
.atwho-view-ul .avatar.icon,
#app-navigation .app-navigation-entry-link .avatar.icon {