Skip to content

Commit 484edb7

Browse files
MayMeowzeripath
authored andcommitted
Project files table style update (#8757)
* add marking to title_wip_desc Signed-off-by: May <themaymeow@gmail.com> * update table styling Signed-off-by: May <themaymeow@gmail.com> * Update file table column width to 4:9:3 Signed-off-by: May <themaymeow@gmail.com>
1 parent 0e7f7df commit 484edb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/repo/view_list.tmpl

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<table id="repo-files-table" class="ui single line table fixed">
1+
<table id="repo-files-table" class="ui single line table">
22
<thead>
33
<tr class="commit-list">
44
<th colspan="2">
@@ -62,7 +62,7 @@
6262
</span>
6363
</td>
6464
{{else}}
65-
<td class="name">
65+
<td class="name four wide">
6666
<span class="truncate">
6767
{{if $entry.IsDir}}
6868
{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
@@ -82,12 +82,12 @@
8282
</span>
8383
</td>
8484
{{end}}
85-
<td class="message">
85+
<td class="message nine wide">
8686
<span class="truncate has-emoji">
8787
<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
8888
</span>
8989
</td>
90-
<td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td>
90+
<td class="text grey right age three wide">{{TimeSince $commit.Committer.When $.Lang}}</td>
9191
</tr>
9292
{{end}}
9393
</tbody>

0 commit comments

Comments
 (0)