diff options
-rw-r--r-- | cgit.css | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -928,6 +928,7 @@ div#cgit table.ssdiff td.space div { #header td a { margin-right: 5px; + font-family: sans; } header { @@ -935,3 +936,18 @@ header { font-weight: bold; font-size: x-large; } + +@media screen and (max-width: 900px) { + #cgit td:nth-child(n+3) { + overflow: hidden; + max-width: 25vw; + text-overflow: ellipsis + } + div#cgit { + overflow-x: auto + } + + #cgit table { + max-width: 100% + } +} |