Skip to content

Commit

Permalink
fix: touch target size (microsoft#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunattam authored Aug 5, 2020
1 parent 4728f54 commit 42d504c
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ search-view input {
border: 0;
font-size: 15px;
text-overflow: ellipsis;
min-width: 300px;
min-width: 270px;
max-width: 770px;
border-radius: 20px;
background-color: #e9e9e9;
Expand All @@ -206,14 +206,6 @@ search-view input {
background-position: 8px 6px;
}

search-view my-button {
margin: 0;
}

search-view input::placeholder {
color: #11111166;
}

search-view input:focus {
outline: 0;
}
Expand Down Expand Up @@ -355,19 +347,14 @@ body.has-search-suggestions glass-pane {

my-button {
background-color: var(--sidebar-color);
margin: 8px;
width: 24px;
margin: 12px;
width: 22px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
}

my-button > svg {
flex: none;
transform: scale(2);
}

#menu-button, #back-button, #clear-button {
display: none;
}
Expand Down

0 comments on commit 42d504c

Please sign in to comment.