mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 09:46:25 +08:00
Merge remote-tracking branch 'origin/stable'
# Conflicts: # src/public/javascripts/desktop.js # src/public/stylesheets/style.css # src/views/details/image.ejs # src/views/details/relation_map.ejs
This commit is contained in:
commit
53f5df4e88
2 changed files with 12 additions and 0 deletions
|
@ -64,4 +64,12 @@
|
|||
border-radius: 10px;
|
||||
padding: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.note-detail-image {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.note-detail-image-view {
|
||||
max-width: 100%;
|
||||
}
|
|
@ -4,4 +4,8 @@
|
|||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.relation-map-wrapper {
|
||||
height: 100vh !important;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue