mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
@@ -97,6 +97,15 @@ a:hover {
|
||||
|
||||
text-overflow: ellipsis;
|
||||
white-space: wrap;
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
|
||||
transition: ease-in-out .25s;
|
||||
}
|
||||
|
||||
.exploreIDontKnowWhatToNameThisDiv:hover {
|
||||
background-color: var(--secondary-background);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
/* URI: /:user */
|
||||
|
||||
+5
-3
@@ -5,8 +5,9 @@
|
||||
<p><b>25</b> repositories shown, sorted by most stars.</p>
|
||||
{{ if .repos}}
|
||||
{{ range $key, $value := .repos}}
|
||||
<div class="exploreIDontKnowWhatToNameThisDiv">
|
||||
<a href="/{{.Fullname}}">{{ .Fullname }}</a>
|
||||
<a href="{{.Fullname}}" class="exploreIDontKnowWhatToNameThisDiv">
|
||||
<div>
|
||||
<p>{{.Fullname}}</p>
|
||||
<p>{{.Description}}</p>
|
||||
{{ if .Language }}
|
||||
{{ if .License }}
|
||||
@@ -21,7 +22,8 @@
|
||||
<p>⭐ {{.Stars}} 🍴 {{.Forks}} 👀 {{.Watchers}} ⚖️ No license</p>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
<p>There are no trending repositories at the moment.</p>
|
||||
|
||||
Reference in New Issue
Block a user