Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Dec 11, 2021
1 parent 70d859f commit 974d00c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions resources/skin.less
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ a.new:active, body a.new:active {
padding-bottom: 0;
margin-left: 5px;
font-size: 100%;
white-space: nowrap;
@media screen and ( max-width: @width-breakpoint-semi-mobile ) {
max-width: calc(100vw - 170px);
}
}

#siteNotice {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
vertical-align: top;
line-height: 1.3;

@media screen and ( max-width: @width-breakpoint-mobile ) {
@media screen and ( max-width: @width-breakpoint-semi-mobile ) {
display: none;
}

Expand Down

0 comments on commit 974d00c

Please sign in to comment.