提交 69b6a5a9 编写于 作者: P Phil Hughes

Changed the styling to allow bigger link targets on mobile

上级 86fe7d6a
......@@ -260,19 +260,34 @@ header {
font-size: 18px;
.navbar-nav {
display: table;
table-layout: fixed;
width: 100%;
margin: 0;
padding-right: 10px;
text-align: right;
}
.navbar-collapse {
padding-left: 5px;
.nav > li {
display: inline-block;
.nav > li:not(.hidden-xs) {
display: table-cell!important;
width: 25%;
a {
margin-right: 8px;
}
}
}
}
.header-user-dropdown-toggle {
text-align: center;
}
.header-user-avatar {
float: none;
}
}
.header-user {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册