Disables all tagging interface on the Simplenote web client.
View CSS/* No Simplenote tags
* Disables all tagging interface on the Simplenote web client.
* By Evan Hahn,
* Licensed under the Unlicense
*/
.sidebar .sideview {
display: none;
}
.sidebar .notes {
top: 45px;
}
.tagbar {
display: none;
}
.note {
top: 50px;
}
0 Comments