diff --git a/static/css/main.css b/static/css/main.css index ec7f68d..b08dae5 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2,6 +2,11 @@ clear: both; } +.download-button-icons { + margin-left: 0.2em; +} + + /* The snackbar - position it at the bottom and in the middle of the screen */ #snackbar { visibility: hidden; /* Hidden by default. Visible on click */ diff --git a/templates/base.html b/templates/base.html index 1cebff9..85edf79 100644 --- a/templates/base.html +++ b/templates/base.html @@ -62,7 +62,7 @@ diff --git a/templates/partials/merge.html b/templates/partials/merge.html index bbc9d3c..130d549 100644 --- a/templates/partials/merge.html +++ b/templates/partials/merge.html @@ -12,5 +12,11 @@
- +
\ No newline at end of file diff --git a/templates/partials/split.html b/templates/partials/split.html index 05cd41a..0dfbe6b 100644 --- a/templates/partials/split.html +++ b/templates/partials/split.html @@ -12,5 +12,11 @@
- +
\ No newline at end of file