Skip to content

Commit

Permalink
feat: add jiugong support
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Feb 27, 2022
1 parent ed15e17 commit 9bd18ae
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions src/themes/Candy.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
/* 九宫格 */
.jiugong [data-page-links='["kanban"]'] {
.kanban-board {
padding: 0;
}

.roam-block {
padding: 0;
}

.kanban-column {
margin: 4px 0 0 4px;
max-height: 28vh;
overflow: scroll;
&:last-child {
margin-right: 4px;
}
}

.kanban-title {
display: none;
}
}

.jiugong.title [data-page-links='["kanban"]'] {
.kanban-title {
display: block;
}
}

/* Query TODOs */
.clear { /* customized #.clear classname tag */
.clear {
/* customized #.clear classname tag */
.rm-zoom.zoom-mentions-view {
display: none;
}
Expand Down Expand Up @@ -121,7 +152,7 @@ a {
}

.rm-reference-main.rm-query-content .rm-block__controls {
align-items: baseline;
align-items: baseline;
}

/* Page link */
Expand Down

1 comment on commit 9bd18ae

@vercel
Copy link

@vercel vercel bot commented on 9bd18ae Feb 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.