Skip to content

Commit

Permalink
Fix site style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jan 8, 2018
1 parent 02fed2f commit 680d28b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/theme/static/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ a {
overflow: hidden;
border-left: 1px solid @site-border-color-split;
position: relative;
margin-left: -1px;
}

.main-menu {
Expand All @@ -43,7 +44,6 @@ a {
.aside-container {
padding-bottom: 50px;
font-family: Lato, @font-family;
border: none;

&.ant-menu-inline .ant-menu-submenu-title h4,
&.ant-menu-inline > .ant-menu-item,
Expand Down Expand Up @@ -118,6 +118,9 @@ a {
overflow: hidden;
padding: 0;
width: 100%;
a {
text-decoration: none;
}
}

.drawer-content {
Expand Down
1 change: 1 addition & 0 deletions site/theme/static/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
height: 40px;
text-align: center;
margin-right: 16px;
text-decoration: none;
}
.banner-btn.components {
background: #2f54eb;
Expand Down

0 comments on commit 680d28b

Please sign in to comment.