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 <213943+nickvergessen@users.noreply.github.com>2019-07-12 16:13:04 +0300
committerGitHub <noreply@github.com>2019-07-12 16:13:04 +0300
commitc6fee1e55785448f0388a9830abb5e9638521e4d (patch)
tree1d9ec69894ce59a5062138ae61b8535c07df86d9 /css
parentde78f1040bf9538870679dd2f18b6be29a851a18 (diff)
parent8ff2ff04baa79c6b21064db304611d3edd59fbd1 (diff)
Merge pull request #1822 from nextcloud/bugfix/1795/contacts-menu-in-participant-list
Use the contacts menu in the participant list
Diffstat (limited to 'css')
-rw-r--r--css/style.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/css/style.scss b/css/style.scss
index 4533e4e65..70a16bd13 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -161,13 +161,17 @@ input[type="password"] {
top: 6px;
}
-.participantWithList li > a:first-child img,
+.participantWithList > li > a:first-child > img,
#app-navigation li > a:first-child img {
width: 32px !important;
height: 32px !important;
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 {
@@ -669,13 +673,13 @@ input[type="password"] {
}
}
-.participantWithList li {
+.participantWithList > li {
position: relative;
width: 100%;
box-sizing: border-box;
}
-.participantWithList li > a {
+.participantWithList > li > a {
display: block;
width: 100%;
line-height: 44px;
@@ -1066,7 +1070,7 @@ input[type="password"] {
#app-sidebar .participantWithList .participant:last-child {
/* Add room for the popovermenu on last user */
- padding-bottom: 64px;
+ padding-bottom: 94px;
}
/**