Skip to content

Commit fc5ac29

Browse files
LightLight
authored andcommitted
refactor: 优化在某些窗口宽度下顶栏的显示效果
窗口宽度介于 768px 和 996px 之间时
1 parent d66bcee commit fc5ac29

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/css/xenon-core.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,11 @@ body.night .EKHJj {
778778
text-overflow: ellipsis;
779779
white-space: nowrap;
780780
}
781+
@media screen and (max-width: 995px) {
782+
.board {
783+
padding-left: 100px;
784+
}
785+
}
781786

782787
@media screen and (max-width: 768px) {
783788
.board {

0 commit comments

Comments
 (0)