Skip to content

Commit

Permalink
fix minor css style padding and bump cache
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <[email protected]>
  • Loading branch information
ukane-philemon committed May 13, 2023
1 parent 9c5523b commit 627114d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/webserver/site/src/html/bodybuilder.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" href="/img/favicon.png?v=AK4XS4">
<meta name="description" content="Decred DEX Client Web Portal">
<title>{{.Title}}</title>
<link href="/css/style.css?v=JDSD183gH" rel="stylesheet">
<link href="/css/style.css?v=f63dbec4" rel="stylesheet">
</head>
<body {{if .UserInfo.DarkMode}} class="dark"{{end}}>
<div class="popup-notes" id="popupNotes">
Expand Down
4 changes: 2 additions & 2 deletions client/webserver/site/src/html/orders.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
{{end}}
<div class="apply-bttn d-hide"><button class="bg2 demi">[[[apply]]]</button></div>
</div>
<div id="exportOrders" class="export-archived-records-bttn mt-3">
<div id="exportOrders" class="export-archived-records-bttn mt-3 pb-2">
<button class="bg2 demi">[[[Export Trades]]]</button>
</div>
<hr class="dashed mt-2 mb-2">
<div class="demi fs16 text-center py-1 px-4">[[[other_actions]]]</div>
<div id="deleteArchivedRecords" class="export-archived-records-bttn">
<div id="deleteArchivedRecords" class="export-archived-records-bttn mt-2">
<button class="bg2 demi">[[[delete_archived_records]]]</button>
</div>
</div>
Expand Down

0 comments on commit 627114d

Please sign in to comment.