Skip to content

Commit ff5a99a

Browse files
committed
Update more native stack assets
1 parent d68ac6f commit ff5a99a

47 files changed

Lines changed: 185 additions & 88 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/css/custom.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,45 @@ code {
11821182
}
11831183
}
11841184

1185+
.options-grid ul {
1186+
list-style: none;
1187+
padding-left: 0;
1188+
display: grid;
1189+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
1190+
gap: var(--ifm-spacing-horizontal);
1191+
1192+
li + li {
1193+
margin-top: 0;
1194+
}
1195+
1196+
li {
1197+
& > img {
1198+
display: block;
1199+
margin: 0;
1200+
border: 1px solid var(--ifm-toc-border-color);
1201+
border-radius: var(--ifm-global-radius);
1202+
width: 100%;
1203+
height: auto;
1204+
}
1205+
1206+
& > p {
1207+
font-weight: 700;
1208+
margin: calc(var(--ifm-spacing-vertical) / 2) 0 var(--ifm-spacing-vertical);
1209+
1210+
& > a {
1211+
color: inherit;
1212+
text-decoration: none;
1213+
}
1214+
1215+
& > a::after {
1216+
content: '';
1217+
position: absolute;
1218+
inset: 0;
1219+
}
1220+
}
1221+
}
1222+
}
1223+
11851224
.blog-wrapper {
11861225
& .container aside nav {
11871226
margin-top: 2.25rem;
Binary file not shown.
106 KB
106 KB
394 KB
398 KB
427 KB
397 KB
427 KB
506 KB

0 commit comments

Comments
 (0)