Compare commits

...

3 Commits

Author SHA1 Message Date
Asaf Gartner df194dd041 Fixed "add snippet" button text color in profile page. 2022-10-20 14:00:25 +03:00
Asaf Gartner 3abf4dd21b Probably fixed RSS issue in showcase feed. 2022-10-20 13:57:03 +03:00
Asaf Gartner 851f9e0f67 Fixed small logo css 2022-10-20 13:45:57 +03:00
5 changed files with 8 additions and 14 deletions

View File

@ -8801,15 +8801,12 @@ 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; }
header .hmn-logo.small div::after {
content: '';
display: inline-block;
width: 100%; } }
align-items: stretch; } }
header .items {
position: relative; }

View File

@ -24,17 +24,12 @@ 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,7 +55,9 @@
<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">
<div>Hand</div>
<div>made</div>
Hand
made
</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="create_snippet_link button">Add Snippet</a>
<a href="javascript:;" class="button submit create_snippet_link button">Add Snippet</a>
{{ end }}
</div>
<div class="timeline-filters mb2">