Skip to content

Commit

Permalink
Reducing the width of "Punch" button to leave room for the scrollbars (
Browse files Browse the repository at this point in the history
…#455)

* Reducing the width of "Punch" button to leave room for the scrollbars

* Increasing scrollbar width as per review comments
  • Loading branch information
ccsCoder authored Oct 13, 2020
1 parent 828772a commit 00f9aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ html[data-theme="cadent-star"] {
/* There are some libraries that impose their own colors. These may need to be overriden for specific themes */

::-webkit-scrollbar {
width: 10px;
height: 10px;
width: 8px;
height: 8px;
}

::-webkit-scrollbar-thumb {
Expand Down Expand Up @@ -385,7 +385,7 @@ body {

.punch-button {
opacity: 0.9;
width: 100%;
width: calc(100vw - 60px);
height: 100%;
border: none;
color: var(--punch-color);
Expand Down

0 comments on commit 00f9aae

Please sign in to comment.