优化搜索框尺寸排布
This commit is contained in:
parent
d2a53f6cd4
commit
4d177fb34b
@ -21,6 +21,7 @@
|
||||
|
||||
@media (max-width: 600px) {
|
||||
body {padding: 8px;}
|
||||
.avatar {width:40px;height:40px;}
|
||||
.blogTitle{display:none;}
|
||||
#buttonRSS{display:none;}
|
||||
.LabelTime{display:none;}
|
||||
|
||||
@ -5,12 +5,12 @@
|
||||
|
||||
{% block style %}
|
||||
<style>
|
||||
.tagTitle{margin: auto 0;font-size:40px;font-weight:bold;}
|
||||
.tagTitle{margin:auto 0;font-size:40px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
|
||||
.title-right{display:flex;margin:auto 0 0 auto;}
|
||||
.title-right .circle{padding: 14px 16px;margin-right:8px;}
|
||||
|
||||
.subnav-search{margin-top:8px;margin-right:32px;}
|
||||
.subnav-search-input{width:140px;border-top-right-radius:0px;border-bottom-right-radius:0px;}
|
||||
.subnav-search{width:222px;margin-top:8px;margin-right:8px;}
|
||||
.subnav-search-input{width:160px;border-top-right-radius:0px;border-bottom-right-radius:0px;}
|
||||
.subnav-search button{padding:5px 8px;border-top-left-radius:0px;border-bottom-left-radius:0px;}
|
||||
|
||||
.SideNav-icon{margin-right: 16px}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user