Skip to content

Commit

Permalink
修复一处样式错误
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafYeeXYZ committed May 13, 2024
1 parent 4107b48 commit a826910
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@

@media screen and (max-height: 440px){
.container {
display: none;
display: none!important;
}
html::before {
body::before {
content: "设备屏幕高度过小";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2rem;
font-weight: bold;
color: #fa255e;
color: var(--text-highlight);
}
}
.container {
Expand Down

0 comments on commit a826910

Please sign in to comment.