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:
authorJoas Schilling <coding@schilljs.com>2022-08-31 16:25:30 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-31 16:25:30 +0300
commite17b23c638304a3cc2d0f2e23d74cc9bf331ee7b (patch)
treeb2cc1b893a0d251589efcd38b340b4bbe267a575 /src/components
parent062e4046a1ff5f84819e7e6a41b3ebb51a867d16 (diff)
Move the margin to the avatar button so the text alone is correclty left aligned
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/MessagePart/Poll.vue1
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/MessagePart/PollVotersDetails.vue1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/components/MessagesList/MessagesGroup/Message/MessagePart/Poll.vue b/src/components/MessagesList/MessagesGroup/Message/MessagePart/Poll.vue
index ed764651c..f83c9d4cd 100644
--- a/src/components/MessagesList/MessagesGroup/Message/MessagePart/Poll.vue
+++ b/src/components/MessagesList/MessagesGroup/Message/MessagePart/Poll.vue
@@ -545,7 +545,6 @@ export default {
&-subtitle {
color: var(--color-text-maxcontrast);
- margin-left: 8px;
}
&-progress {
diff --git a/src/components/MessagesList/MessagesGroup/Message/MessagePart/PollVotersDetails.vue b/src/components/MessagesList/MessagesGroup/Message/MessagePart/PollVotersDetails.vue
index 50484ba5b..2cc42e4f9 100644
--- a/src/components/MessagesList/MessagesGroup/Message/MessagePart/PollVotersDetails.vue
+++ b/src/components/MessagesList/MessagesGroup/Message/MessagePart/PollVotersDetails.vue
@@ -84,6 +84,7 @@ export default {
background: none;
border: none;
padding: 0;
+ margin-right: 8px;
&__popover{
padding: 8px;