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/src
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-12-01 12:41:16 +0300
committerGitHub <noreply@github.com>2020-12-01 12:41:16 +0300
commite1f553a6f78f6f5cac1bdd620aa1330782b0eb69 (patch)
tree04f77d68764bb9677899e82eb0edbaab16be4bcc /src
parent4d75c01909824e9315e0f19d7263ebfe2cc73f69 (diff)
parentd1274f09ebb0caefa5c8dd64e95cd9fd92bdda7f (diff)
Merge pull request #4703 from nextcloud/bugfix/noid/participant-row-role-middle
Vertically align participant indicator
Diffstat (limited to 'src')
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
index e341440b4..89edcc972 100644
--- a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
@@ -441,7 +441,9 @@ export default {
width: calc(100% - 124px);
}
}
- &__user-name {
+ &__user-name,
+ &__guest-indicator,
+ &__moderator-indicator {
vertical-align: middle;
line-height: normal;
}