diff options
fix: make shit work
-rw-r--r-- | cgit.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -238,6 +238,10 @@ div#cgit table.stats { display: flex; flex-direction: column; } +div#cgit table.list > tbody, +div#cgit table.stats > tbody { + display: table; +} /* @media screen and (max-width: 900px) { div#cgit table.list { |