Skip to content

Commit be31023

Browse files
committed
fix: 画面の横幅が600px以上のときにsidebarを閉じるボタンを非表示にするスタイルを追加
1 parent 9e9a18a commit be31023

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/styles/docs.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ nav>button.close {
192192
top: 24px
193193
}
194194

195+
@media (min-width: 600px) {
196+
nav>button.close {
197+
display: none;
198+
}
199+
}
200+
195201
button.hamburger {
196202
-webkit-appearance: none;
197203
-moz-appearance: none;

0 commit comments

Comments
 (0)