Skip to content

Commit 3197a59

Browse files
authored
style: hide close button on larger screens in docs nav (#1040)
1 parent c9c1434 commit 3197a59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/ui/src/css/nav.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,12 @@
311311
margin-top: 0.5rem;
312312
}
313313

314+
@media screen and (min-width: 769px) {
315+
.nav-close {
316+
display: none;
317+
}
318+
}
319+
314320
.nav-close span {
315321
position: absolute;
316322
width: 1px;

0 commit comments

Comments
 (0)