Commit acbbaf7480
Verified · cmc
internal/web/static/style.css +1 −1
| @@ -780,7 +780,6 @@ table.tree, table.refs { | ||
| 780 | 780 | overflow: hidden; |
| 781 | 781 | margin-bottom: var(--sp-4); |
| 782 | 782 | } |
| 783 | table.tree { table-layout: fixed; } | |
| 784 | 783 | table.tree tr:last-child td, table.refs tr:last-child td { border-bottom: 0; } |
| 785 | 784 | table.tree tr:hover td, table.refs tr:hover td { background: var(--hover); } |
| 786 | 785 | td.name a { color: var(--fg); } |
| @@ -789,6 +788,7 @@ table.tree td.name { width: 25%; white-space: nowrap; } | ||
| 789 | 788 | table.tree td.name.dir a { color: var(--link); } |
| 790 | 789 | table.tree th.lastcommit, table.tree td.lastcommit { width: 55%; } |
| 791 | 790 | table.tree td.lastcommit { |
| 791 | max-width: 0; | |
| 792 | 792 | overflow: hidden; text-overflow: ellipsis; white-space: nowrap; |
| 793 | 793 | } |
| 794 | 794 | table.tree td.lastcommit a { |