Skip to content

Commit

Permalink
minor css
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Fung committed Oct 2, 2023
1 parent 7ba7b91 commit f414779
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions dist/add-to-homescreen.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -291,24 +291,24 @@
}

.adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-more-button {
height: 35px;
height: 30px;
background: white;
margin: 0px 5px -11px 5px;
margin: 0px 5px -7px 5px;
box-shadow: 1px 1px 2px gray;
border-radius: 4px;
}

.adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-add-to-homescreen-button {
height: 37px;
height: 30px;
background: white;
margin: 0px 5px -10px 5px;
margin: 0px 5px -9px 5px;
box-shadow: 1px 1px 2px gray;
border-radius: 4px;
padding: 0px 7px 0px 4px;
}

.adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-install-app {
height: 37px;
height: 30px;
background: white;
margin: 10px 5px -10px 5px;
box-shadow: 1px 1px 2px gray;
Expand Down
10 changes: 5 additions & 5 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,24 +292,24 @@
}

.adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-more-button {
height: 35px;
height: 30px;
background: white;
margin: 0px 5px -11px 5px;
margin: 0px 5px -7px 5px;
box-shadow: 1px 1px 2px gray;
border-radius: 4px;
}

.adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-add-to-homescreen-button {
height: 37px;
height: 30px;
background: white;
margin: 0px 5px -10px 5px;
margin: 0px 5px -9px 5px;
box-shadow: 1px 1px 2px gray;
border-radius: 4px;
padding: 0px 7px 0px 4px;
}

.adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-install-app {
height: 37px;
height: 30px;
background: white;
margin: 10px 5px -10px 5px;
box-shadow: 1px 1px 2px gray;
Expand Down

0 comments on commit f414779

Please sign in to comment.