mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fixed mobile layout
This commit is contained in:
parent
f5228f87f0
commit
649862b01c
@ -1,4 +1,4 @@
|
|||||||
FROM node:12.9.1-alpine
|
FROM node:12.10.0-alpine
|
||||||
|
|
||||||
# Create app directory
|
# Create app directory
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PKG_DIR=dist/trilium-linux-x64-server
|
PKG_DIR=dist/trilium-linux-x64-server
|
||||||
NODE_VERSION=12.9.1
|
NODE_VERSION=12.10.0
|
||||||
|
|
||||||
rm -r $PKG_DIR
|
rm -r $PKG_DIR
|
||||||
mkdir $PKG_DIR
|
mkdir $PKG_DIR
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -13610,7 +13610,7 @@
|
|||||||
},
|
},
|
||||||
"xmlbuilder": {
|
"xmlbuilder": {
|
||||||
"version": "9.0.7",
|
"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=",
|
"integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
<div id="note-tab-container">
|
<div id="note-tab-container">
|
||||||
<div class="note-tab-content note-tab-content-template">
|
<div class="note-tab-content note-tab-content-template">
|
||||||
|
<div class="note-detail-content" style="width: 100%">
|
||||||
<div class="note-title-row">
|
<div class="note-title-row">
|
||||||
<button type="button" class="note-menu-button action-button jam jam-align-justify"></button>
|
<button type="button" class="note-menu-button action-button jam jam-align-justify"></button>
|
||||||
|
|
||||||
@ -72,6 +73,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<% include dialogs/protected_session_password.ejs %>
|
<% include dialogs/protected_session_password.ejs %>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user