Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions material-overrides/assets/stylesheets/index-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
.subsection-wrapper .card-header {
flex-direction: column;
align-items: flex-start;
padding: 1.2em 1.2em 0em;
padding: 1.2em 1.2em 1em;
gap: 0.25em;
display: flex;
}
Expand Down Expand Up @@ -65,16 +65,6 @@
margin-right: 0.25em;
}

.md-typeset hr {
margin: 0 1.5em 1em;
}

.subsection-wrapper .card hr {
border-color: var(--index-card-border-color);
margin-bottom: 0.5em;
margin-top: 0.5em;
}

.subsection-wrapper .description {
color: var(--md-default-fg-color);
margin: 0;
Expand Down
15 changes: 14 additions & 1 deletion material-overrides/assets/stylesheets/polkadot.css
Original file line number Diff line number Diff line change
Expand Up @@ -1905,6 +1905,10 @@ div.mermaid {
box-shadow: unset;
}

[dir="ltr"] .md-typeset .grid.cards ul li {
margin-left: 0;
}

.md-typeset .grid.cards .twemoji {
padding-right: 0.5em;
}
Expand All @@ -1916,11 +1920,20 @@ div.mermaid {
}

.md-typeset .grid.cards h3 {
margin: 0;
margin: 0.5em 1em 0 0.5em;
font-size: 1.15em;
display: flex;
}

.md-typeset .grid.cards > ul > li > hr {
display: none;
}

.md-typeset .grid.cards ul ul {
list-style: none !important;
margin-left: 0.5em;
}

.md-typeset .grid.cards.links > ul > li > a {
padding: 0.25em 0;
}
Expand Down
2 changes: 0 additions & 2 deletions material-overrides/index-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
<h2 class="title" markdown>{{ render_title_with_icon(nav_item.title) }}</h2>
</div>

<hr>

{% if description != "" %}
<p class="description">{{ description }}</p>
{% else %}
Expand Down