<> /* DESKTOP */
#eckb-article-page-container-v2 {
width: 100% }#eckb-article-page-container-v2 #eckb-article-body {
width: 1140px }
#eckb-article-page-container-v2 #eckb-article-body {
grid-template-columns: 20% 60% 20%;
}
/* TABLET */
@media only screen and ( max-width: 1025px ) {#eckb-article-page-container-v2 {
width: 100% }#eckb-article-page-container-v2 #eckb-article-body {
width: 100% }
#eckb-article-page-container-v2 #eckb-article-body {
grid-template-columns: 20% 60% 20%;
}
}
/* SHARED */
#eckb-article-page-container-v2 #eckb-article-left-sidebar {
padding: 10px 10px 10px 10px; ;
background-color: #ffffff; margin-top: 0px; }
#eckb-article-page-container-v2 #eckb-article-left-sidebar:before {
height: 0px; }
#eckb-article-page-container-v2 #eckb-article-content {
padding: 20px;;
background-color: #ffffff; }
.eckb-article-content-created-date-container.eckb-article-content-last-updated-date-container.eckb-article-content-author-container.eckb-ach__article-meta__date-created.eckb-ach__article-meta__author.eckb-ach__article-meta__date-updated {
color: #5b5b5b;font-size: 16px !important; }
#eckb-article-page-container-v2 #eckb-article-right-sidebar {
padding: 10px 10px 10px 10px;;
background-color: #ffffff; margin-top: 0px; }
#eckb-article-page-container-v2 #eckb-article-right-sidebar:before {
height: 0px; }
/* MOBILE - Set all columns to full width. */
@media only screen and ( max-width: 768px ) {
#eckb-article-page-container-v2 {
width:100%;
}
#eckb-article-page-container-v2 #eckb-article-content {
grid-column-start: 1;
grid-column-end: 4;
}
#eckb-article-page-container-v2 #eckb-article-left-sidebar {
grid-column-start: 1;
grid-column-end: 4;
}
#eckb-article-page-container-v2 #eckb-article-right-sidebar {
grid-column-start: 1;
grid-column-end: 4;
}
#eckb-article-page-container-v2 .eckb-article-toc {
position: relative;
float: left;
width: 100%;
height: auto;
top: 0;
}
#eckb-article-page-container-v2 #eckb-article-body {
display: flex;
flex-direction: column;
}
#eckb-article-page-container-v2 #eckb-article-left-sidebar { order: 3; }
#eckb-article-page-container-v2 #eckb-article-content { order: 2; }
#eckb-article-page-container-v2 #eckb-article-right-sidebar { order: 1; }
}
>
Download the app Created On 6 December2020
Updated 9 February2022
by havenprotocol
The desktop vault works as an app that you download to your computer. It is available for MacOSWindows and Linux and can be downloaded here
HAVEN HINT : You may need to allow the installation and opening of the vault due to any anti-virus/security software being run on your computer. this sometimes gets picked up and flagged as a threat due to the daemon creating an outside connection to a node in order to sync your vault.
< id="eckb-article-print-s">
@media print {
@page {
margin: 10px 10px 10px 10px!important;
}
}
>
< id="eckb-article-s" type="text/css">#eckb-article-body .eckb-article-title {
}
#eckb-article-content-footer .epkb-article-navigation-container a {
background-color: #ffffff;
color: #1f2124;
}
#eckb-article-content-footer .epkb-article-navigation-container a:hover {
background-color: #ffffff;
color: #1f2124;
}
>