Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions static/css/bootstrap-gohugo.css
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ pre code {
.row {
margin-right: -15px;
margin-left: -15px;
height: 100%;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
Expand Down Expand Up @@ -768,6 +769,9 @@ pre code {
}
.col-md-10 {
width: 83.33333333%;
overflow-y: scroll;
max-height: 100%;
padding-bottom: 100px;
}
.col-md-9 {
width: 75%;
Expand Down Expand Up @@ -795,6 +799,7 @@ pre code {
}
.col-md-1 {
width: 8.33333333%;
height: 100%;
}
.col-md-pull-12 {
right: 100%;
Expand Down
7 changes: 5 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ input:focus, textarea:focus { outline: none; }
/*sidebar navigation*/

#sidebar {
width: 214px;
width: 200px;
height: 100%;
position: fixed;
background: #ffffff;
Expand Down Expand Up @@ -321,6 +321,8 @@ ul.sidebar-menu li.active a i {
margin-left: 200px;
line-height: 1.8;
font-size: 18px;
position: fixed;
height: 100%;
}

.header {
Expand All @@ -346,6 +348,7 @@ ul.sidebar-menu li.active a i {
margin-top: 60px;
padding: 0px 15px 15px 0px;
width: 100%;
height: 100%;
}

a.logo {
Expand Down Expand Up @@ -430,7 +433,7 @@ h1.top-menu {
max-width: 150px;
min-width: 90px;
width:100%;
min-height:1200px;
/*min-height:1200px;*/
cursor:pointer;
display: flex;
justify-content: center;
Expand Down