Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
poisonox committed Jan 8, 2025
1 parent 9e1d36a commit b96a274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@

/* view */
.view-container {
@apply flex justify-end items-center mt-5 fixed bottom-3 right-3;
@apply flex justify-end items-center mt-5 fixed bottom-8 right-3;
}

.view-text {
Expand Down
2 changes: 1 addition & 1 deletion components/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default async function View({id}:{id:string}){
.set({views: totalViews + 1})
.commit())
return (<>
<div className="view-container">
<div className=" view-container ">
<div className="absolute -top-2 -right-2">
<Ping/>
</div>
Expand Down

0 comments on commit b96a274

Please sign in to comment.