working with links

This commit is contained in:
2023-05-12 12:38:13 -04:00
parent 77e6ed78fd
commit 16f4dc9a76
15 changed files with 64 additions and 78 deletions

View File

@ -20,6 +20,23 @@ body {
min-height: 100%;
}
div.note-names {
position: fixed;
bottom: 0;
left: 0;
font-size: 11px;
}
div.note-names a {
color: #666;
padding: 0 5px;
text-decoration: none;
}
div.note-names a:not(:last-of-type) {
border-right: 1px solid #666;
}
textarea {
width: 100%;
height: 100%;
@ -52,14 +69,14 @@ textarea {
border-radius: 5px 5px 0 0;
}
.toast.show {
bottom: 0;
}
.toast.show {
bottom: 0;
}
.toast#saved-indicator {
background-color: green;
}
.toast#saved-indicator {
background-color: green;
}
.toast#update-indicator {
background-color: orangered;
}
.toast#update-indicator {
background-color: orangered;
}