Skip to content

Commit

Permalink
Merge pull request #5 from jackyzha0/v4-alpha
Browse files Browse the repository at this point in the history
Removing redundant properties (jackyzha0#356)
  • Loading branch information
corvusdeinanis authored Jul 31, 2023
2 parents 023f778 + cbae88f commit 3dd2596
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ a {
& .sidebar.left {
left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
@media all and (max-width: $fullPageWidth) {
gap: 0rem;
gap: 0;
align-items: center;
}
}
Expand Down Expand Up @@ -197,15 +197,13 @@ input[type="checkbox"] {

&::after {
content: "";
top: -1px;
left: -1px;
position: absolute;
left: 4px;
top: 1px;
width: 4px;
height: 8px;
display: block;
border: solid 1px var(--light);
border: solid var(--light);
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
Expand Down

0 comments on commit 3dd2596

Please sign in to comment.