Remove TinyMce Added Squire

This commit is contained in:
Max G
2020-02-01 22:21:22 +00:00
parent f99d6ed430
commit 2828cc9462
91 changed files with 6538 additions and 10672 deletions

View File

@@ -13,7 +13,7 @@
<!-- Show title and snippet below it -->
<div class="top aligned row" @click.self="onClick(note.id)">
<div class="sixteen wide column overflow-hidden" @click="e => onClick(note.id, e)">
<div class="sixteen wide column overflow-hidden note-card-text" @click="e => onClick(note.id, e)">
<!-- Title display -->
<div v-if="note.title.length > 0"
@@ -190,7 +190,8 @@
border-radius: .28571429rem;
border: 1px solid;
border-color: var(--border_color);
width: calc(33.333% - 10px);
/*width: calc(33.333% - 10px);*/
width: calc(25% - 10px);
/*transition: box-shadow 0.3s;*/
box-sizing: border-box;
cursor: pointer;
@@ -204,6 +205,7 @@
}
.icon-bar {
opacity: 0.8;
margin-top: -2.2rem;
}
.hover-hide {
opacity: 0.0;