Skip to content

Commit d93f691

Browse files
authored
Merge pull request #19 from dubinc/feature/svn-deploys
tweak
2 parents f10263d + 9ce9080 commit d93f691

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets/css/admin/admin-style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
display: flex;
1919
align-items: center;
2020
justify-content: center;
21-
gap: 8px;
2221
flex-direction: column;
22+
margin-top: 16px;
2323
}
2424

2525
.dubco-link-metrics {
@@ -28,7 +28,7 @@
2828
gap: 12px;
2929
padding: 6px 10px;
3030
border: 1px solid #e2e4e7;
31-
border-radius: 999px;
31+
border-radius: 8px;
3232
background: #f6f7f7;
3333
margin-bottom: 10px;
3434
}

dist/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/admin.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '42abd1a87be186b6b271');
1+
<?php return array('dependencies' => array(), 'version' => '3b752cfc027f3c8cc899');

0 commit comments

Comments
 (0)