Skip to content

Commit

Permalink
Increase realm icon/circle size in search results a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Nov 12, 2024
1 parent 676ea42 commit 22f3765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/routes/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1001,9 +1001,9 @@ const SearchRealm: React.FC<RealmItem> = ({
background: COLORS.neutral25,
color: COLORS.neutral90,
borderRadius: "50%",
width: "min(80px, 20vw)",
height: "min(80px, 20vw)",
fontSize: "min(36px, 9vw)",
width: "min(96px, 20vw)",
height: "min(96px, 20vw)",
fontSize: "min(42px, 9vw)",
margin: "0 auto",
display: "flex",
alignItems: "center",
Expand Down

0 comments on commit 22f3765

Please sign in to comment.