Skip to content

Commit

Permalink
fixed the one-third pane
Browse files Browse the repository at this point in the history
  • Loading branch information
connors committed Oct 31, 2015
1 parent 32a502c commit 38b3606
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/css/photon.css
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ textarea {

.pane-one-third {
width: 33.3%;
flex: none;
}

img {
Expand Down
1 change: 1 addition & 0 deletions docs/dist/css/photon.css
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ textarea {

.pane-one-third {
width: 33.3%;
flex: none;
}

img {
Expand Down
4 changes: 2 additions & 2 deletions docs/dist/template-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Photon</title>

<!-- Stylesheets -->
<link rel="stylesheet" href="../css/photon.min.css">
<link rel="stylesheet" href="../css/photon.css">

<!-- Javascript -->
<script src="js/menu.js" charset="utf-8"></script>
Expand All @@ -20,7 +20,7 @@ <h1 class="title">Photon</h1>
<!-- Your app's content goes inside .window-content -->
<div class="window-content">
<div class="pane-group">
<div class="pane pane-sm sidebar">
<div class="pane pane-one-third sidebar">
<nav class="nav-group">
<h5 class="nav-group-title">Favorites</h5>
<span class="nav-group-item">
Expand Down
1 change: 1 addition & 0 deletions sass/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@

.pane-one-third {
width: 33.3%;
flex: none;
}

0 comments on commit 38b3606

Please sign in to comment.