Skip to content

Commit

Permalink
fixup! Fixes-Remove border
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Dec 23, 2024
1 parent ada0506 commit faef593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/components/EnvelopePrimaryActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ 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: 1 addition & 1 deletion src/components/SearchMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ 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));
Expand Down

0 comments on commit faef593

Please sign in to comment.