mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/css: improve appearance on small screens
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user