mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
0765cf5955
- Joplin Server: Adds support for sharing a notebook - Desktop: Adds support for sharing a notebook with Joplin Server - Mobile: Adds support for reading and writing to a shared notebook (not possible to share a notebook) - Cli: Adds support for reading and writing to a shared notebook (not possible to share a notebook)
29 lines
400 B
CSS
29 lines
400 B
CSS
.main {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.navbar {
|
|
padding: .5em;
|
|
border-bottom: 1px solid #dddddd;
|
|
box-shadow: 0px 2px 8px #cccccc;
|
|
}
|
|
|
|
.page-note .note-main {
|
|
margin-top: 2em;
|
|
max-width: 840px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.page-note .last-updated {
|
|
font-size: 1.1em;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.page-note h1.title {
|
|
font-size: 2.2em;
|
|
margin-top: 0.4em;
|
|
border-bottom: none;
|
|
}
|