Skip to content

Commit

Permalink
🌈 style: 样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
白云苍狗 committed Jan 19, 2024
1 parent 767db3b commit 75f9942
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/hexo-theme-async/source/css/_components/top-bar.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.trm-top-bar {
position: fixed;
left: 0;
right: 0;
left: 10px;
right: 10px;
z-index: 9;
height: 80px;
border-radius: var(--card-border-radius, 10px);
Expand Down Expand Up @@ -113,4 +113,9 @@
border-radius: 0;
width: 100%;
}

@media (max-width: 768px) {
left: 0;
right: 0;
}
}

0 comments on commit 75f9942

Please sign in to comment.