Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Correct new search input’s rounded corners (#8921)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne authored Jun 29, 2022
1 parent 4486509 commit bfbfe59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/dialogs/_SpotlightDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ limitations under the License.
.mx_SpotlightDialog_searchBox {
margin: 0;
border: none;
border-radius: 8px 8px 0 0;
padding: $spacing-12 $spacing-16;
border-bottom: 1px solid $system;

Expand Down

0 comments on commit bfbfe59

Please sign in to comment.