Compare commits

..

No commits in common. "df194dd0411e6a2d7ae1628d44e4289a46676bb7" and "a6ad01143ae04b56839d34e39724bebc9cb59211" have entirely different histories.

5 changed files with 14 additions and 8 deletions

View File

@ -8801,12 +8801,15 @@ header .hmn-logo {
width: 3.75rem;
padding: 0.8rem;
text-align: justify;
text-align-last: justify;
text-justify: inter-character;
flex-direction: column;
font-size: 1rem;
line-height: 1em;
align-items: stretch; } }
align-items: stretch; }
header .hmn-logo.small div::after {
content: '';
display: inline-block;
width: 100%; } }
header .items {
position: relative; }

View File

@ -24,12 +24,17 @@ header {
width: $logo-height;
padding: 0.8rem;
text-align: justify;
text-align-last: justify;
text-justify: inter-character;
flex-direction: column;
font-size: 1rem;
line-height: 1em;
align-items: stretch;
div::after {
content: '';
display: inline-block;
width: 100%;
}
}
}
}

View File

@ -55,9 +55,7 @@
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<div>
{{ noescape "<![CDATA[" }}
{{ cleancontrolchars .Description }}
]]>
</div>
{{ range .EmbedMedia }}
<div>

View File

@ -30,8 +30,8 @@
{{ $itemsClass := "items self-stretch flex items-center justify-center justify-start-ns ml2-ns ml3-l" }}
{{ if .Header.Project }}
<a href="{{ .Header.HMNHomepageUrl }}" class="hmn-logo small bg-theme-dark flex-shrink-0">
Hand
made
<div>Hand</div>
<div>made</div>
</a>
<a href="{{ .Project.Url }}" class="flex-shrink-0">
<h2 class="mb0 mt2 mt0-ns mh3 mr0-ns tc tl-ns">{{ .Project.Name }}</h2>

View File

@ -161,7 +161,7 @@
<h2>Recent Activity</h2>
<div class="flex-grow-1"></div>
{{ if .OwnProfile }}
<a href="javascript:;" class="button submit create_snippet_link button">Add Snippet</a>
<a href="javascript:;" class="create_snippet_link button">Add Snippet</a>
{{ end }}
</div>
<div class="timeline-filters mb2">