mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Expose sqlite3_get/set_auxdata() to wasm. Minor test app CSS tweaks.
FossilOrigin-Name: 44659ad32a9fe6363badfc5dbb0bd51d6fb2ee1c8aa47b71e9cf3dbd631fde9e
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* emcscript-related styling, used during the module load/intialization processes... */
|
||||
/* emscripten-related styling, used during the module load/intialization processes... */
|
||||
.emscripten { padding-right: 0; margin-left: auto; margin-right: auto; display: block; }
|
||||
div.emscripten { text-align: center; }
|
||||
div.emscripten_border { border: 1px solid black; }
|
||||
|
@ -61,3 +61,9 @@ span.labeled-input {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
label[for] { cursor: pointer }
|
||||
|
||||
h1 {
|
||||
border-radius: 0.25em;
|
||||
padding: 0.15em 0.25em;
|
||||
}
|
||||
h1:first-of-type {margin: 0 0 0.5em 0;}
|
||||
|
Reference in New Issue
Block a user