Minor Style Tweaks

* Changed the way the note menus display
* Added a blank note indicator text
* Added date created and date updated text to bottom of note

fixes #18
fixes #5
This commit is contained in:
Max G
2020-02-26 05:35:43 +00:00
parent 99b69c234f
commit a478cbe11c
5 changed files with 100 additions and 16 deletions

View File

@@ -199,12 +199,16 @@ a:hover {
/* squire text styles */
.squire-box {
border: none;
height: calc(100% - 69px);
/*height: calc(100% - 69px);*/
min-height: calc(100% - 0px);
background-color: rgba(255,200,0,0.0);
/*margin-bottom: 15px;*/
box-sizing: border-box;
padding: 10px 15px 10px;
background: transparent;
/*background: transparent;*/
overflow-x: scroll;
/*color: var(--text_color);*/
font-size: 1.2em;
line-height: 1.5em;
word-wrap: break-word;