Skip to content

Commit

Permalink
Fixes-Remove border
Browse files Browse the repository at this point in the history
Signed-off-by: Kerem Semiz <[email protected]>
  • Loading branch information
keremsemiz authored and GretaD committed Dec 23, 2024
1 parent c47aa4e commit 89f3189
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/SearchMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -601,12 +601,10 @@ 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 89f3189

Please sign in to comment.