Skip to content

Commit

Permalink
Prevent header overflow on WebKit
Browse files Browse the repository at this point in the history
Resize #stats-button margins
  • Loading branch information
quantum9Innovation committed Apr 18, 2022
1 parent ec3d70a commit 44d409b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions App/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ button {
}

#stats-button {
margin-left: 4vh;
margin-left: 3vh;
}

#settings-button {
Expand Down Expand Up @@ -720,7 +720,7 @@ button {
}

#stats-button {
margin-left: 4vw;
margin-left: 3vw;
}

.header-icon {
Expand Down Expand Up @@ -941,7 +941,7 @@ button {
}

#stats-button {
margin-left: 1vw;
margin-left: 0vw;
}

.header-icon {
Expand Down Expand Up @@ -1109,7 +1109,7 @@ button {
}

#stats-button {
margin-left: 3vw;
margin-left: 2vw;
}

.header-icon {
Expand Down

0 comments on commit 44d409b

Please sign in to comment.