Skip to content

Commit

Permalink
mobile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
wolulcmit committed May 10, 2024
1 parent d255745 commit c2d3d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { uuid, Context } from "./deps.ts";

const kv = await Deno.openKv();
await kv.delete(["likes"]);

type Likes = {
value: {
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/webc/c-like.webc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
display: flex;
flex-direction: column;
position: relative;
top: 16px;
top: 26px;
right: 14px;
}

Expand Down

0 comments on commit c2d3d6a

Please sign in to comment.