Skip to content

Commit

Permalink
优化窄屏幕下帖子标题的布局
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Feb 23, 2020
1 parent 3bc33ef commit 5705472
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/assets/styles/topic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
.topic-header {
display: flex;

@media screen and (max-width: 1024px) {
.topic-header-right {
display: none;
}
}

.topic-header-left {
min-width: 48px;
min-height: 48px;
Expand Down

0 comments on commit 5705472

Please sign in to comment.