Skip to content

Commit

Permalink
left-ui 2nd commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BaoLe106 committed Aug 17, 2023
1 parent 54f7cdd commit 947d456
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions resources/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,7 @@
.left-sidebar-item {
display: flex;
align-items: center;
border: 2px solid rgb(24, 26, 27);
border-radius: 15px;
margin-bottom: 10px;
margin-left: 10px;
border-radius: .5em;

.sidebar-icon {
font-size: large;
Expand Down Expand Up @@ -292,6 +289,7 @@
margin-bottom: 1em;
border-radius: 7px;
display: flex;
background: inherit;
}

.blog-box {
Expand All @@ -307,6 +305,11 @@

@media (min-width: 800px) {
.left-sidebar-item {
margin-bottom: 10px;
margin-left: 10px;
border: 1px solid lightgray;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
background-color: white;
padding: 0.8em 0.2em 0.8em 1em;
}

Expand Down
1 change: 1 addition & 0 deletions resources/darkmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,7 @@ noscript #noscript {
}
.left-sidebar-item {
border-color: rgb(60, 65, 68);
background-color: rgb(24, 26, 27);
}
.left-sidebar-item.active {
color: rgb(114, 255, 114);
Expand Down

0 comments on commit 947d456

Please sign in to comment.