Skip to content

Commit

Permalink
fix: 修复navbar浮动问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokinx authored Dec 9, 2024
1 parent cf554c2 commit 02e4495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3813,7 +3813,6 @@ body .layout #main {
height: auto;
padding: 2rem;
border-radius: 0.6rem;
overflow: hidden;
}
body .layout #notes .chip {
margin: 0 0.1rem;
Expand Down Expand Up @@ -3916,6 +3915,7 @@ body .layout #notes .notes-item .tile-header .dropdown .loading ~ * {
body .layout #notes .notes-item .tile-content .article-content {
width: 0;
flex: 1;
overflow: hidden;
}
body .layout #notes .notes-item .tile-content .article-content.w-100 {
width: 100%;
Expand Down

0 comments on commit 02e4495

Please sign in to comment.