Skip to content

Commit

Permalink
fix(ui): Restore message/thread styling
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Nov 26, 2024
1 parent 9e230e0 commit 1b94a14
Showing 1 changed file with 7 additions and 7 deletions.
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 1b94a14

Please sign in to comment.