Skip to content

Commit

Permalink
Some sidebar CSS fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgarnier committed Mar 22, 2019
1 parent adb1e9b commit 0795716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion codelab-elements/google-codelab/_drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ google-codelab #drawer .steps {
flex-grow: 1;
overflow-x: visible;
display: flex;
max-height: calc(100% - 54px);
}

google-codelab #drawer ol {
Expand Down Expand Up @@ -126,7 +127,7 @@ google-codelab #drawer ol li[completed] .step:before {

google-codelab #drawer .metadata {
color: #777;
font-size: 0.7em;
font-size: 14px;
padding: 16px;
flex-shrink: 0;
}
Expand Down
5 changes: 3 additions & 2 deletions codelab-elements/google-codelab/google_codelab.soy
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@
</div>
{if $feedback}
<div class="metadata">
Did you find a mistake?
<a target="_blank" href="{$feedback}">Please file a bug</a>.
<a target="_blank" href="{$feedback}">
<i class="material-icons">bug_report</i> Report a mistake
</a>
</div>
{/if}
{/template}

0 comments on commit 0795716

Please sign in to comment.