Skip to content

Commit

Permalink
fix: remove padding from metadata columns
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Kyle Clemens committed Jul 16, 2018
1 parent 5b61a25 commit 2cc90ae
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions webserver/web/src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ th, td {
}
}

#paste_upload .columns {
margin-bottom: 0;
#paste_upload .columns .column {
padding-bottom: 0;
}
2 changes: 1 addition & 1 deletion webserver/web/static/css/dark-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webserver/web/static/css/dark-style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webserver/web/static/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webserver/web/static/css/style.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions webserver/web/templates/base.html.tera
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
title="dark"
rel="stylesheet alternate"
href="/static/css/dark-style.css?v={{ resources_version }}"
integrity="sha384-8k9kHBXdeTUs9/2VfrGRvvp7cOJ9Yfal7KqG0R1HSM38L6X/E0cq8bhd2XY30KQD"/>
integrity="sha384-m+WMAIVCaLxlK2OAjI9oh606soE6ab4lrw6KpzlQQcsb3tNjt5rAj/LvRCoKz1ym"/>
<link
title="light"
rel="stylesheet"
href="/static/css/style.css?v={{ resources_version }}"
integrity="sha384-5qLXChf9qT6doBRv5eBku5cA3OHSP6YYiP939bSL1neaw1xLEnvkEKlGGzpP6EV3"/>
integrity="sha384-5YhyFMIqKIrfdQ0dl3rXYEX5q81TKmP2M7dhjjECWHKwZtlTSkgZ/p4mEMVaYRZz"/>
<script
src="/static/js/style.js?v={{ resources_version }}"
integrity="sha384-HTYvuZHY1AndfrAqn+dIGFE7QognotxeUaFecs+e2FA30FKkHLfMyyLvBufM+eSk"></script>
Expand Down

0 comments on commit 2cc90ae

Please sign in to comment.