Testing new note display cards that use flexbox

Testing new simplified text processes, for smaller notes, it just sends all the text
This commit is contained in:
Max G
2020-02-27 07:14:29 +00:00
parent a478cbe11c
commit f63c0c0d60
4 changed files with 117 additions and 82 deletions

View File

@@ -229,17 +229,18 @@ a:hover {
.squire-box a {
cursor: pointer;
}
.note-card-text i,
/* .note-card-text i,
.squire-box i {
padding: 0.5em 0.99em;
border: 1px solid #CCC;
margin: 1px;
border-radius: 9px;
display: inline-block;
}
}*/
.squire-box p {
margin-bottom: 0;
}
.note-card-text blockquote,
.squire-box blockquote {
margin: 0;
padding: 0.8em;
@@ -249,6 +250,7 @@ a:hover {
max-width:100%;
height: auto;
max-height: 200px;
margin: 10px 0 0;
}
.squire-box img {
max-width:100%;