mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 01:23:57 +08:00
fix too large font on mobile
This commit is contained in:
parent
19d8947123
commit
299bbff2f4
2 changed files with 3 additions and 2 deletions
|
@ -17,4 +17,6 @@ rm -r $BUILD_DIR/swiftshader
|
||||||
echo "Packaging linux x64 electron distribution..."
|
echo "Packaging linux x64 electron distribution..."
|
||||||
VERSION=`jq -r ".version" package.json`
|
VERSION=`jq -r ".version" package.json`
|
||||||
|
|
||||||
tar cJf $BUILD_DIR-${VERSION}.tar.xz $BUILD_DIR
|
cd dist
|
||||||
|
|
||||||
|
tar cJf trilium-linux-x64-${VERSION}.tar.xz trilium-linux-x64
|
||||||
|
|
|
@ -24,7 +24,6 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#tree {
|
#tree {
|
||||||
font-size: larger;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue