Skip to content

Commit

Permalink
margin-bottom: 1em on progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored May 3, 2024
1 parent 24f04fa commit db65543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasette_upload_dbs/templates/upload_dbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
width: 80%;
height: 2em;
margin-top: 1em;
margin-bottom: 1em;
}
progress::-webkit-progress-bar {
background-color: #ddd;
Expand Down

1 comment on commit db65543

@simonw
Copy link
Owner Author

@simonw simonw commented on db65543 May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refs #12

Please sign in to comment.