* Made dispay of last edit smaller on note title display card

* Made note menu buttons look better on mobile
* Moved around some note menu buttons
* Added a color picker with a rip off of google colors
* Added a remove formatting button
* Hide pin and archive icons, they appear green on hover, in the buttons
* Further simplified display card logic, now it just adds an end tag and returns the data
* Changed highlight text color to show colors (works on chrome...)
This commit is contained in:
Max G
2020-04-15 06:28:58 +00:00
parent a44bca204c
commit 71f909fb76
8 changed files with 176 additions and 37 deletions

View File

@@ -32,8 +32,8 @@ html {
}
div.ui.basic.segment.no-fluf-segment {
margin-top: 0px;
}
margin-top: 0px;
}
/* Night mode modifiers */
@@ -182,6 +182,11 @@ a:hover {
/* Shrink button text for mobile */
@media only screen and (max-width: 740px) {
.note-menu > .nm-button {
font-size: 1.4em;
padding: 10px 1px;
min-width: 40px;
}
.note-menu .nm-button span {
font-size: 0.7em;
line-height: 0.4em;
@@ -238,6 +243,11 @@ a:hover {
/*border-bottom: 1px solid #ccc;*/
scrollbar-width: none;
}
.squire-box::selection,
.squire-box::-moz-selection {
background: #cce2ffa6;
color: inherit;
}
/*Makes the first line real big */
.squire-box:focus {
outline: none;