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/style.scss')
-rw-r--r--css/style.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/style.scss b/css/style.scss
index 805acbc50..8fd548912 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -1046,11 +1046,13 @@ input[type="password"] {
#app-sidebar .participantWithList {
overflow-y: auto;
padding-top: 8px;
+ padding-bottom: 64px;
+
}
#app-sidebar .participantWithList .participant:last-child {
/* Add room for the popovermenu on last user */
- padding-bottom: 64px;
+ padding-bottom: 94px;
}
/**