Skip to content

Commit

Permalink
Update admin.css
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Sep 29, 2024
1 parent f7a32ed commit f19a2b0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/Moonglade.Web/wwwroot/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
.admin-nav {
width: 190px;
min-height: calc(100vh - 54px);
border-right: 1px solid #ddd;
border-right: 1px solid var(--bs-border-color);

.list-group-item span {
width: 22px;
Expand Down Expand Up @@ -104,11 +104,6 @@
font-size: 12px;
}

hr.admin-nav-divider {
border-top: 1px solid var(--transparent-light-30);
margin: 0 20px;
}

.post-content-textarea {
min-height: calc(100vh - 360px);
}
Expand Down Expand Up @@ -353,7 +348,3 @@ div.mce-fullscreen {
[data-bs-theme="dark"] .admin-table-container {
background-color: var(--bs-body-bg);
}

[data-bs-theme="dark"] .admin-nav {
border-right: 1px solid var(--bs-border-color);
}

0 comments on commit f19a2b0

Please sign in to comment.