Skip to content

Commit

Permalink
fix: adjust icon spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Dec 19, 2019
1 parent 44b178d commit 88477cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/action/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ body,
body {
margin: 0;
min-width: 350px;
min-width: 354px;
overflow: hidden;
@include mdc-typography-base;
font-size: 100%;
Expand Down Expand Up @@ -368,7 +368,7 @@ body {
align-items: center;
height: 24px;
margin-left: 56px;
@media (max-width: 349px) {
@media (max-width: 353px) {
margin-left: 32px;
}
}
Expand All @@ -391,13 +391,13 @@ body {
}
.search-mode-button {
margin-right: 8px;
margin-right: 12px;
}
.search-mode-menu {
left: auto !important;
top: 56px !important;
right: 96px;
right: 100px;
transform-origin: top right !important;
& .item-icon {
Expand Down

0 comments on commit 88477cf

Please sign in to comment.