Skip to content

Commit

Permalink
Merge pull request #10410 from nextcloud/fix/ui/message-thread-styling
Browse files Browse the repository at this point in the history
fix(ui): Restore message/thread styling
  • Loading branch information
GretaD authored Nov 29, 2024
2 parents 94b87b2 + 6026b1c commit a3ac382
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/components/RecipientBubble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ export default {
}
.contact-popover {
display: flex;
padding: 2px;

&__email {
text-align: center;
Expand Down
14 changes: 7 additions & 7 deletions src/components/Thread.vue
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export default {
}
</script>

<style lang="scss" scoped>
<style lang="scss">
#mail-message {
margin-bottom: 30vh;

Expand Down Expand Up @@ -485,6 +485,12 @@ export default {
overflow: hidden;
display: flex;
align-items: stretch;

::deep(.v-popper--theme-dropdown.v-popper__popper .v-popper__inner) {
height: 300px;
width: 250px;
overflow: auto;
}
}
.avatar-more {
display: inline;
Expand All @@ -501,12 +507,6 @@ export default {
visibility: hidden;
}

.v-popper--theme-dropdown.v-popper__popper .v-popper__inner {
height: 300px;
width: 250px;
overflow: auto;
}

.app-content-list-item-star.icon-starred {
display: none;
}
Expand Down

0 comments on commit a3ac382

Please sign in to comment.