Added Max-width
SQLite docs readable by sibiakkash
Details
Authorsibiakkash
LicenseNo License
Categorysqlite.org
Created
Updated
Size221 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SQLite docs readable
@version 20240514.13.27
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.sqlite.org/") {
html {
max-width: 120ch;
margin-inline: auto
}
}