Skip to content

Commit

Permalink
SearchMessages: remove top margin to align with the navigation sideba…
Browse files Browse the repository at this point in the history
…r properly (#9880)

style(SearchMessages): remove top margin to align with the navigation sidebar properly

Signed-off-by: Grigory Vodyanov <[email protected]>
  • Loading branch information
GVodyanov authored Jul 18, 2024
1 parent b3aeb57 commit 2aac28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export default {
<style lang="scss">
.search-messages {
min-height: 52px;
margin: 3px 0 0 52px;
margin: -1px 0 0 52px;
padding-right: 4px; /* matches .app-content-list */
border-right: 1px solid var(--color-border);
position: relative;
Expand Down

0 comments on commit 2aac28f

Please sign in to comment.