client/css: improve appearance on small screens

This commit is contained in:
rr-
2016-08-27 20:08:58 +02:00
parent f63d024777
commit 02d631a65d
13 changed files with 172 additions and 121 deletions

View File

@ -29,7 +29,9 @@ function writeFile(path, content) {
}
function getVersion() {
return execSync('git describe --always --dirty --long --tags').toString();
return execSync('git describe --always --dirty --long --tags')
.toString()
.trim();
}
function getConfig() {