mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Better download link display on mobile, refs #1046
This commit is contained in:
parent
5db7ae3ce1
commit
6c9fd4ef1b
1 changed files with 3 additions and 0 deletions
|
|
@ -88,6 +88,9 @@ table a:visited {
|
||||||
margin-left: -10%;
|
margin-left: -10%;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
a.blob-download {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hd {
|
.hd {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue