working with links
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user