Skip to content

Commit

Permalink
Merge pull request #10298 from nextcloud/fix/composer-rtl
Browse files Browse the repository at this point in the history
fix(Composer): rtl support
  • Loading branch information
hamza221 authored Dec 13, 2024
2 parents 93bd41d + e16a6e1 commit 7509c8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/components/Composer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,10 @@ export default {
display: none;
}

:deep(.v-select.select){
left: 0 !important;
}

:deep(.vs__dropdown-menu){
padding: 0 !important;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/NewMessageModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -577,14 +577,14 @@ export default {
float: right;
position: absolute;
top: 4px;
right: 63px;
inset-inline-end: 63px;
}

.maximize-button {
float: right;
position: absolute;
top: 4px;
right: 33px;
inset-inline-end: 33px;

}
.empty-content{
Expand Down

0 comments on commit 7509c8a

Please sign in to comment.