Minor fixes
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
else
|
||||
{
|
||||
<LayoutMediumContentComponent>
|
||||
|
||||
<WebsiteTitleComponent>Notes</WebsiteTitleComponent>
|
||||
|
||||
<PaperComponent>
|
||||
@foreach (var noteSection in NoteService.NoteSectionModels)
|
||||
@@ -40,7 +42,10 @@ else
|
||||
<style>
|
||||
.noteSectionContainer {
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 64px;
|
||||
}
|
||||
|
||||
.noteSectionTitle {
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
|
||||
<LayoutWithSidebarComponent>
|
||||
<Sidebar>
|
||||
<NoteNavComponent
|
||||
|
||||
@@ -8,7 +8,7 @@ else
|
||||
{
|
||||
<div class="note">
|
||||
<div class="noteHeader">
|
||||
<div class="noteTitle">@noteFrontMatter.Title</div>
|
||||
<h1 class="noteTitle">@noteFrontMatter.Title</h1>
|
||||
<div class="noteDates">
|
||||
<div class="noteDateUpdated"><b>Updated</b>: @noteFrontMatter.UpdatedDate.ToString("MM/dd/yyyy")</div>
|
||||
<div class="noteDateCreated"><b>Created</b>: @noteFrontMatter.CreatedDate.ToString("MM/dd/yyyy")</div>
|
||||
|
||||
Reference in New Issue
Block a user