mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
feat(web): Add more stuff
This commit is contained in:
@@ -29,27 +29,7 @@ import { Stack, Grid } from "../solidjs/index.ts";
|
|||||||
style={{ "border-bottom": "none" }}
|
style={{ "border-bottom": "none" }}
|
||||||
class="before:!border-t-0"
|
class="before:!border-t-0"
|
||||||
smGridColumns={8}
|
smGridColumns={8}
|
||||||
mdGridColumns={10}
|
gridRows={5}
|
||||||
lgGridColumns={12}
|
|
||||||
/>
|
|
||||||
<Grid
|
|
||||||
style={{ "border-bottom": "none" }}
|
|
||||||
class="before:!border-t-0"
|
|
||||||
smGridColumns={8}
|
|
||||||
mdGridColumns={10}
|
|
||||||
lgGridColumns={12}
|
|
||||||
/>
|
|
||||||
<Grid
|
|
||||||
style={{ "border-bottom": "none" }}
|
|
||||||
class="before:!border-t-0"
|
|
||||||
smGridColumns={8}
|
|
||||||
mdGridColumns={10}
|
|
||||||
lgGridColumns={12}
|
|
||||||
/>
|
|
||||||
<Grid
|
|
||||||
style={{ "border-bottom": "none" }}
|
|
||||||
class="before:!border-t-0"
|
|
||||||
smGridColumns={8}
|
|
||||||
mdGridColumns={10}
|
mdGridColumns={10}
|
||||||
lgGridColumns={12}
|
lgGridColumns={12}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -150,7 +150,6 @@
|
|||||||
border: var(--guide-width) solid var(--guide-color);
|
border: var(--guide-width) solid var(--guide-color);
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-bottom: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 400px) {
|
@media screen and (max-width: 400px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user