提交 8f04081b 编写于 作者: L Liu Xinyu 提交者: ULIVZ

fix: avoid the searchbox exceeded out of screen in narrow screen (#254)

上级 9663bb8a
......@@ -184,14 +184,22 @@ export default {
color $accentColor
@media (max-width: $MQNarrow)
.search-box input
width 0
border-color transparent
position relative
left 1rem
&:focus
.search-box
input
cursor pointer
width 0
border-color transparent
position relative
left 1rem
&:focus
cursor text
left 0
width 10rem
@media (max-width: $MQNarrow) and (min-width: $MQMobile)
.search-box
.suggestions
left 0
width 10rem
@media (max-width: $MQMobile)
.search-box
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册