Skip to content

Commit

Permalink
fix layout for donaters-top-list
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jun 26, 2024
1 parent 76a4890 commit dcea122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DonatersTopList/DonatersTopList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function DonatersTopList({}: {}) {
textStyle.marginLeft = layout === "vertical" ? "0px" : "20px";

const donatersTopStyle = headerFont.calcStyle();
if (layout === "vertical") {
if (layout !== "vertical") {
donatersTopStyle.display = "inline";
}
donatersTopStyle.backgroundColor = titleBackgroundColor;
Expand Down

0 comments on commit dcea122

Please sign in to comment.