fixed mobile layout

This commit is contained in:
zadam 2019-09-09 21:31:50 +02:00
parent f5228f87f0
commit 649862b01c
4 changed files with 30 additions and 28 deletions

View File

@ -1,4 +1,4 @@
FROM node:12.9.1-alpine
FROM node:12.10.0-alpine
# Create app directory
WORKDIR /usr/src/app

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
PKG_DIR=dist/trilium-linux-x64-server
NODE_VERSION=12.9.1
NODE_VERSION=12.10.0
rm -r $PKG_DIR
mkdir $PKG_DIR

2
package-lock.json generated
View File

@ -13610,7 +13610,7 @@
},
"xmlbuilder": {
"version": "9.0.7",
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
"resolved": "http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
"integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=",
"dev": true
},

View File

@ -38,6 +38,7 @@
<div id="note-tab-container">
<div class="note-tab-content note-tab-content-template">
<div class="note-detail-content" style="width: 100%">
<div class="note-title-row">
<button type="button" class="note-menu-button action-button jam jam-align-justify"></button>
@ -72,6 +73,7 @@
</div>
</div>
</div>
</div>
<% include dialogs/protected_session_password.ejs %>