Skip to content

Commit

Permalink
Fixes-Remove border
Browse files Browse the repository at this point in the history
Signed-off-by: Kerem Semiz <kerox350@gmail.com>
  • Loading branch information
keremsemiz committed Dec 12, 2024
1 parent bd94188 commit 5fdea32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/components/EnvelopePrimaryActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export default {
margin-bottom: -15px;
}
}

.action-button__name{
font-weight: 500;
}
.list-item-content__actions--primary .action--primary .action-button__text,
.list-item-content__actions--primary .action--primary .action-button__icon {
height: auto;
Expand Down
2 changes: 0 additions & 2 deletions src/components/SearchMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -600,13 +600,11 @@ export default {

<style lang="scss">
.search-messages {
border-bottom: 1px solid var(--color-border);

&__input {
min-height: 52px;
margin-inline-start: calc(var(--app-navigation-padding)*2 + var(--default-clickable-area));
padding-right: 3px; /* matches .app-content-list */
border-block-end: 1px solid var(--color-border);
position: relative;
display: flex;
align-items: center;
Expand Down

0 comments on commit 5fdea32

Please sign in to comment.