Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Oct 28, 2023
1 parent fdebb69 commit a7636f7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,15 +339,6 @@ div[class^='winButtonMinMax']:nth-child(4)::after {
padding-top: 2px;
}

/* shorten jump to present bar */
.jumpToPresentBar__0ff7f {
width: fit-content;
margin-left: auto;
}
.jumpToPresentBar__0ff7f .barButtonMain__0f5c6 {
display: none;
}

.theme-dark {
--activity-card-background: var(--primary-700);
--android-navigation-bar-background: var(--primary-830);
Expand Down Expand Up @@ -673,5 +664,6 @@ div[class^='winButtonMinMax']:nth-child(4)::after {

--primary-500: var(--bg-2); /* progress bars */
--primary-600: var(--bg-3); /* delete message preview */
--primary-630: var(--bg-3); /* billing transaction history */
--primary-660: var(--bg-3); /* search popout "enter" bar */
}

0 comments on commit a7636f7

Please sign in to comment.