Removing redundant properties (#356)
This commit is contained in:
		@@ -136,7 +136,7 @@ a {
 | 
				
			|||||||
    & .sidebar.left {
 | 
					    & .sidebar.left {
 | 
				
			||||||
      left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
 | 
					      left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
 | 
				
			||||||
      @media all and (max-width: $fullPageWidth) {
 | 
					      @media all and (max-width: $fullPageWidth) {
 | 
				
			||||||
        gap: 0rem;
 | 
					        gap: 0;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -197,15 +197,13 @@ input[type="checkbox"] {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    &::after {
 | 
					    &::after {
 | 
				
			||||||
      content: "";
 | 
					      content: "";
 | 
				
			||||||
      top: -1px;
 | 
					 | 
				
			||||||
      left: -1px;
 | 
					 | 
				
			||||||
      position: absolute;
 | 
					      position: absolute;
 | 
				
			||||||
      left: 4px;
 | 
					      left: 4px;
 | 
				
			||||||
      top: 1px;
 | 
					      top: 1px;
 | 
				
			||||||
      width: 4px;
 | 
					      width: 4px;
 | 
				
			||||||
      height: 8px;
 | 
					      height: 8px;
 | 
				
			||||||
      display: block;
 | 
					      display: block;
 | 
				
			||||||
      border: solid 1px var(--light);
 | 
					      border: solid var(--light);
 | 
				
			||||||
      border-width: 0 2px 2px 0;
 | 
					      border-width: 0 2px 2px 0;
 | 
				
			||||||
      transform: rotate(45deg);
 | 
					      transform: rotate(45deg);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user