Skip to content

Commit 72248d7

Browse files
committed
latest nugets cosmetics
1 parent 78ef9ca commit 72248d7

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

community-app/frontend/src/components/overview/LatestNugets.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ async function sync(force)
2121
try {
2222
loading.value = true;
2323
await store.fetch(force);
24-
25-
console.log (store.nugets);
2624
}
2725
catch(error) {
2826
console.log (error);

community-app/frontend/src/styles/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $orange-hover: #ee4b28;
1313
.by{
1414
font-size: 0.8rem;
1515
color: #888;
16-
padding: 0.1rem 1rem;
16+
padding: 0.2rem 1rem;
1717
}
1818

1919
.new{

0 commit comments

Comments
 (0)