Michai Ramakers wrote:
is there a simple way to display repo file contents in a single
column, instead of 3, in the web UI? (or at least I see 3 columns
here)

Sorry for being waaaaaaaaay late to this, but you can get the effect you want by adding this to your repo's CSS:

td.browser {
  display: block;
  padding: 0;
}
ul.browser {
  margin: 0;
}

Although, it would be cool to have an alternative file browser view similar to GitHub (for example) that would show additional metadata for each file.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to