Skip to content

Commit

Permalink
fix: less fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyxh committed May 7, 2024
1 parent 848ed4c commit 01c61ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.content {
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
width: 100%;
height: calc(100vh - 30px);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.sidebar {
height: 100%;
box-shadow: 0.5px 0 rgba(0, 0, 0, 0.12);
font-size: 15px;
overflow: auto;
font-size: 15px;
box-shadow: 0.5px 0 rgb(0 0 0 / 12%);

&::-webkit-scrollbar {
width: 3px;
Expand Down Expand Up @@ -57,7 +57,7 @@

&.active,
&:not(.directory):hover {
background-color: rgba(0, 0, 0, 0.06);
background-color: rgb(0 0 0 / 6%);
}
}
}
Expand Down

0 comments on commit 01c61ea

Please sign in to comment.