diff options
Diffstat (limited to 'templates/fs.html')
-rw-r--r-- | templates/fs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/fs.html b/templates/fs.html index 608289d..a44d78f 100644 --- a/templates/fs.html +++ b/templates/fs.html @@ -11,7 +11,7 @@ </div> {{range .Data.Page.Files}} <div class="panel-block"> - <div class="columns file-row is-gapless is-mobile"> + <div class="columns wide-column is-mono is-gapless is-mobile"> <div class="column"> {{if $.Data.ShowMode}}{{.Info.Mode}} {{end}} {{if $.Data.ShowOwner}}{{.Info.Sys.Gid}}:{{.Info.Sys.Uid}} {{end}} |