Add object list command bar

This commit is contained in:
2022-03-05 18:30:32 +08:00
parent 86c840443c
commit a684db2306
8 changed files with 173 additions and 19 deletions
@@ -37,7 +37,7 @@ div.details-list {
div.light.details-list {
div.details-list-item:nth-child(2n) {
div.details-list-item:nth-child(2n-1) {
background-color: rgba($lt-bg-color-lvl5-light, .4);
}
@@ -57,7 +57,7 @@ div.light.details-list {
div.dark.details-list {
div.details-list-item:nth-child(2n) {
div.details-list-item:nth-child(2n-1) {
background-color: rgba($lt-bg-color-lvl5-dark, .8);
}