Skip to content

Commit

Permalink
fix(settings): default props heading indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Oct 29, 2022
1 parent 11f11ff commit 01881d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/settings/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
>>> BEGIN: Settings
*/
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="fixLowContrast"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="inheritingHeading"],
.panel-wrap[data-id="logseq-awesome-links"] .heading-item[data-key="inheritingHeading"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="inheritFromProp"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="inheritFromProp"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="inheritFromHierarchy"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="dafaultPropsHeading"],
.panel-wrap[data-id="logseq-awesome-links"] .heading-item[data-key="dafaultPropsHeading"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="defaultPageProps"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="defaultJournalProps"] {
display: none;
}

.awLi-icons :is(
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="fixLowContrast"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="inheritingHeading"],
.panel-wrap[data-id="logseq-awesome-links"] .heading-item[data-key="inheritingHeading"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="inheritFromProp"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="inheritFromProp"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="inheritFromHierarchy"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="dafaultPropsHeading"],
.panel-wrap[data-id="logseq-awesome-links"] .heading-item[data-key="dafaultPropsHeading"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="defaultPageProps"],
.panel-wrap[data-id="logseq-awesome-links"] .desc-item[data-key="defaultJournalProps"]
) {
Expand Down

0 comments on commit 01881d0

Please sign in to comment.