Skip to content

Commit

Permalink
feat(web): adjust statusBadge width
Browse files Browse the repository at this point in the history
(cherry picked from commit eba503f)
(cherry picked from commit a3776a7)
(cherry picked from commit 01491d0)
  • Loading branch information
kongwy229 authored and LeezQ committed Feb 24, 2023
1 parent e4dc75b commit 0324aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/home/mods/StatusBadge/index.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.badgeStyle {
padding: 4px 8px;
width: 88px;
width: 6rem;
text-align: center;
margin-right: 2px;
border-radius: 50px;
Expand All @@ -11,7 +11,7 @@
margin-bottom: 1px;
width: 6px;
height: 6px;
margin-right: 10px;
margin-right: 1rem;
border-radius: 50%;
}

Expand Down

0 comments on commit 0324aac

Please sign in to comment.