sqlight: sqlite playground

This commit is contained in:
Spxg
2025-04-26 22:13:23 +08:00
commit f137bd53b5
97 changed files with 11234 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.container {
display: flex;
color: var(--font-color);
white-space: nowrap;
&::before,
&::after {
flex: 1 1 auto;
margin: auto;
border-top: var(--border);
content: '';
}
&::before {
margin-right: 2%;
}
&::after {
margin-left: 2%;
}
}