Skip to content

Commit

Permalink
UI Enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Mar 6, 2023
1 parent 1c05e24 commit 42cebe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Components/BookmarkHistoryListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const BookmarkHistoryListItem = (props: ListItemE) => {
   
<span className="page">
{" "}
(Page: <span className="num">{(props.page || 1).toString()})</span>
Page <span className="num">{(props.page || 1).toString()}</span>
</span>
</span>
</span>
Expand Down
4 changes: 2 additions & 2 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,11 @@ body {
display: flex;
.page{
margin-left:auto;
text-align: end;
white-space: nowrap;
display: flex;
gap: 5px;
.num{
min-width: 2.5em;
min-width: 2.2em;
}
}
}
Expand Down

0 comments on commit 42cebe1

Please sign in to comment.