Skip to content

Commit

Permalink
Fix positioning of right shadow for tab bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Aug 30, 2023
1 parent 32b58f6 commit 237772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/hub.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ div.tab-bar-shadow-left {

div.tab-bar-shadow-right {
opacity: 100%;
right: 210px;
right: calc(182px + var(--show-lock-buttons) * 28px + var(--show-update-button) * 38px);
background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0.75), transparent);
}

Expand Down

0 comments on commit 237772e

Please sign in to comment.