Base sync backup: 2025-01-16 00:06:10

This commit is contained in:
Stitch505
2025-01-16 00:06:11 +04:00
parent a873a47b1c
commit dd236086a6
668 changed files with 145069 additions and 0 deletions

View File

@@ -0,0 +1,106 @@
<<<<<<< HEAD
/* FEATURE WHOLE NOTE */
.meld-encrypt-encrypted-note-view-content{
display: flex;
flex-direction: column;
height: calc( 100vh - var(--header-height) * 2.5 ) !important;
}
.meld-encrypt-encrypted-note-view .encrypted-note-message{
text-align: center;
padding-bottom: 0.5em;
}
.meld-encrypt-encrypted-note-view .input-container{
max-width: 400px;
}
.meld-encrypt-encrypted-note-view .content-container{
width: 100%;
}
.meld-encrypt-encrypted-note-view .is-readable-line-width .content-container{
max-width: var(--file-line-width);
margin-left: auto;
margin-right: auto;
}
.meld-encrypt-encrypted-note-view .editor-reading-view{
user-select: text;
}
.meld-encrypt-encrypted-note-view .editor-reading-view,
.meld-encrypt-encrypted-note-view .editor-source-view{
padding-bottom: 233px;
}
/* END FEATURE WHOLE NOTE */
/* FEATURE IN LINE */
.meld-encrypt-inline-reading-marker {
cursor: pointer;
}
.meld-encrypt-decrypt-modal textarea{
width: 100%;
min-height: 3em;
resize: vertical;
}
=======
/* FEATURE WHOLE NOTE */
.meld-encrypt-encrypted-note-view-content{
display: flex;
flex-direction: column;
height: calc( 100vh - var(--header-height) * 2.5 ) !important;
}
.meld-encrypt-encrypted-note-view .encrypted-note-message{
text-align: center;
padding-bottom: 0.5em;
}
.meld-encrypt-encrypted-note-view .input-container{
max-width: 400px;
}
.meld-encrypt-encrypted-note-view .content-container{
width: 100%;
}
.meld-encrypt-encrypted-note-view .is-readable-line-width .content-container{
max-width: var(--file-line-width);
margin-left: auto;
margin-right: auto;
}
.meld-encrypt-encrypted-note-view .editor-reading-view{
user-select: text;
}
.meld-encrypt-encrypted-note-view .editor-reading-view,
.meld-encrypt-encrypted-note-view .editor-source-view{
padding-bottom: 233px;
}
/* END FEATURE WHOLE NOTE */
/* FEATURE IN LINE */
.meld-encrypt-inline-reading-marker {
cursor: pointer;
}
.meld-encrypt-decrypt-modal textarea{
width: 100%;
min-height: 3em;
resize: vertical;
}
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2
/* END FEATURE IN LINE */