Show size of database file next to download link, closes #172

This commit is contained in:
Simon Willison 2019-02-05 20:53:44 -08:00
commit 4462a5ab28
7 changed files with 37 additions and 1 deletions

View file

@ -286,3 +286,8 @@ a.not-underlined {
display: inline-block;
box-shadow: 1px 2px 8px 2px rgba(0,0,0,0.08);
}
.download-sqlite em {
font-style: normal;
font-size: 0.8em;
}