Make top app bar not short

This commit is contained in:
Matthew Grove
2018-12-09 19:38:44 +00:00
parent 863570a8cb
commit 40abbac2a7
2 changed files with 2 additions and 7 deletions

View File

@@ -68,10 +68,10 @@
<div class="mdc-drawer-scrim"></div>
<div class="mdc-drawer-app-content">
<header class="mdc-top-app-bar app-bar mdc-top-app-bar--short mdc-top-app-bar--short-has-action-item" id="app-bar"></header>
<header class="mdc-top-app-bar app-bar" id="app-bar"></header>
<main class="main-content" id="main-content">
<div class="mdc-top-app-bar--short-fixed-adjust">
<div class="mdc-top-app-bar--fixed-adjust">
<p>The current date is: <span id="current_date">unknown</span></p>
<div id="blog-insert"></div>
<h1>HTTP Introduction</h1>

View File

@@ -3,9 +3,4 @@
<a href="javascript:void(0);" class="demo-mensu material-icons mdc-top-app-bar__navigation-icon">menu</a>
<span class="mdc-top-app-bar__title">Demo Site | Matthew Grove</span>
</section>
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
<a href="/" class="mdc-top-app-bar__action-item" aria-label="Reading School" style="padding:0;">
<img src="/images/logo-white.png" alt="Reading School Logo" style="height:100%;"/>
</a>
</section>
</div>