Skip to content

Commit

Permalink
panel mobile simple fit
Browse files Browse the repository at this point in the history
  • Loading branch information
vv13 committed Jan 11, 2018
1 parent fefa0bb commit fbe4f0c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 13 additions & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,19 @@ h2::after { content: " "; border: solid 2px #3dc9b3; display: block; width: 35px
.navbar-fixed-bottom {
display: none;
}
.hero,
.infobox {
width: 100% !important;
}
.basic-slide {
display: block !important;
justify-content: space-around;
max-height: 200px;
overflow: auto;
}
.progressbar {
display: none !important;
}
}


Expand Down Expand Up @@ -372,7 +385,6 @@ InfoBox
}

.basic-slide {
overflow: hidden;
padding: 10px 0;
}

Expand Down
2 changes: 2 additions & 0 deletions templates/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="/static/css/styles.css" rel="stylesheet">
<link href="/static/css/animate.css" rel="stylesheet">
<!-- iconfont -->
<link rel="stylesheet" href="//at.alicdn.com/t/font_537943_aej5aeuyfym34n29.css">
<!-- Toastr -->
<link href="/static/css/dropdown.css" rel="stylesheet">
<link href="/static/css/toastr.min.css" rel="stylesheet">
Expand Down

0 comments on commit fbe4f0c

Please sign in to comment.