Skip to content

Commit

Permalink
Fix styles a little
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
  • Loading branch information
Mikhail Sazanov committed Oct 15, 2022
1 parent 47aecd5 commit 5ca3a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SearchMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -468,13 +468,13 @@ export default {
align-items: center;
input {
width: calc(100% - 53px);
width: calc(100% - 45px);
margin: 4px 6px;
}
.action-item--single {
position: absolute;
top: 0;
top: 3px;
right: -2px;
border-radius: var(--border-radius-pill);
border: none;
Expand Down

0 comments on commit 5ca3a1a

Please # to comment.