sidebar is react, fix a few bugs

This commit is contained in:
Olivier Gagnon
2021-09-11 01:54:19 -04:00
parent 4bedf05b1c
commit add19d353e
28 changed files with 458 additions and 798 deletions
+5
View File
@@ -113,6 +113,10 @@ a:visited {
color: #fff;
border-radius: 2px;
padding: 1px 3px;
display: "list-item";
font-size: $defaultFontSize * 0.625;
top: 0;
right: 0;
}
.notification-off {
@@ -120,6 +124,7 @@ a:visited {
color: #333;
border-radius: 0;
padding: 0;
display: "none";
}
/* help tip. Question mark that opens popup with info/details */