working nicely

This commit is contained in:
Ryan Peters
2023-05-17 21:44:41 -04:00
parent 8e7b9c9622
commit 400f20e916
10 changed files with 44 additions and 37 deletions

View File

@ -24,18 +24,23 @@ div.note-names {
position: fixed;
bottom: 5px;
left: 0;
font-size: 11px;
font-size: 14px;
opacity: 0.5;
}
div.note-names a {
color: #666;
padding: 0 5px;
text-decoration: none;
}
div.note-names a {
color: #666;
padding-left: 10px;
text-decoration: none;
}
div.note-names a:not(:last-of-type) {
border-right: 1px solid #666;
}
div.note-names a.current {
font-weight: bold;
}
div .note-names a:not(:last-of-type) {
border-right: 1px solid #666;
}
textarea {
width: 100%;
@ -69,17 +74,17 @@ 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;
}
form input[type=password] {
display: block;