diff options
Diffstat (limited to 'templates/shared/searchbottom.tmpl')
-rw-r--r-- | templates/shared/searchbottom.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/shared/searchbottom.tmpl b/templates/shared/searchbottom.tmpl index 5680c8d2a9..ab4c135ffe 100644 --- a/templates/shared/searchbottom.tmpl +++ b/templates/shared/searchbottom.tmpl @@ -1,10 +1,10 @@ <div class="ui bottom attached table segment df ac sb"> - <div class="ml-3"> + <div class="df ac ml-4"> {{if .result.Language}} - <i class="color-icon" style="background-color: {{.result.Color}}"></i>{{.result.Language}} + <i class="color-icon mr-3" style="background-color: {{.result.Color}}"></i>{{.result.Language}} {{end}} </div> - <div class="mr-3"> + <div class="mr-4"> {{if not .result.UpdatedUnix.IsZero}} <span class="ui grey text">{{.root.i18n.Tr "explore.code_last_indexed_at" (TimeSinceUnix .result.UpdatedUnix .root.i18n.Lang) | Safe}}</span> {{end}} |