Skip to content

Commit

Permalink
fix: d-menu-close 显示异常
Browse files Browse the repository at this point in the history
  • Loading branch information
Lete114 committed Jun 14, 2022
1 parent 26c80f7 commit f1a8825
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/client/view/adminConfig.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@
margin: 0;
}
}
.D-menu-close {
display: none;
}
}
@media (max-width: 768px) {
Expand Down Expand Up @@ -407,11 +410,12 @@
}
.D-menu-close {
position: absolute;
top: 0;
right: 10px;
margin: 8px;
color: #878593;
display: block;
position: absolute;
&:hover {
cursor: pointer;
}
Expand Down

0 comments on commit f1a8825

Please sign in to comment.