Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
filecxx committed Aug 11, 2022
1 parent 56bbc0d commit c9d8cc0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion en_US/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>[Sponsors / Contributors] Privileges:</h2>
var text = document.createElement("td");
var balance = document.createElement("td");

logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"'>";
logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"' style='max-height: 150px;max-width: 250px'>";
text.innerText = row.text;
name.innerText = row.name;
balance.innerHTML = row.balance;
Expand Down
2 changes: 1 addition & 1 deletion ru_RU/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>[Sponsors / Contributors] Privileges:</h2>
var text = document.createElement("td");
var balance = document.createElement("td");

logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"'>";
logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"' style='max-height: 150px;max-width: 250px'>";
text.innerText = row.text;
name.innerText = row.name;
balance.innerHTML = row.balance;
Expand Down
2 changes: 1 addition & 1 deletion tpl/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>[${sponsors} / ${contributors}] ${privileges}:</h2>
var text = document.createElement("td");
var balance = document.createElement("td");

logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"'>";
logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"' style='max-height: 150px;max-width: 250px'>";
text.innerText = row.text;
name.innerText = row.name;
balance.innerHTML = row.balance;
Expand Down
2 changes: 1 addition & 1 deletion zh_CN/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>[赞助者 / 贡献者] 特权:</h2>
var text = document.createElement("td");
var balance = document.createElement("td");

logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"'>";
logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"' style='max-height: 150px;max-width: 250px'>";
text.innerText = row.text;
name.innerText = row.name;
balance.innerHTML = row.balance;
Expand Down
2 changes: 1 addition & 1 deletion zh_TW/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>[贊助者 / 貢獻者] privileges:</h2>
var text = document.createElement("td");
var balance = document.createElement("td");

logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"'>";
logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"' style='max-height: 150px;max-width: 250px'>";
text.innerText = row.text;
name.innerText = row.name;
balance.innerHTML = row.balance;
Expand Down

0 comments on commit c9d8cc0

Please sign in to comment.