Skip to content
Snippets Groups Projects

Improve default ToS

Merged Hakaba Hitoyo requested to merge hakabahitoyo/pleroma-fe:improve-default-tos into develop
1 unresolved thread

In an update of the Pleroma logo, the size of the logo increased from 38 × 50 to 250 × 250 pixels. After this change, the logo is shown with too large size in the default Terms of Services panel.

Now in this MR, the size of the logo is explicitly indicated like <img style="max-width: 100%; height: 50px; object-fit: contain;">.

Additionally redundant <p> and <br> are reduced in this MR.

Before this MR:
image

After this MR:
image

Edited by Hakaba Hitoyo

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 1 <h4>Terms of Service</h4>
2 2
3 <p>This is a placeholder ToS.</p>
4
5 <p>Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p>
6 <br>
7 <img src="/static/logo.png"/ style="display: block; margin: auto;">
3 <p>This is a placeholder ToS. Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p>
4 <img width="50px" height="50px" src="/static/logo.png" style="display: block; margin: auto;" />
  • Hakaba Hitoyo added 1 commit

    added 1 commit

    • d5d6215c - tolerance for non-square logo

    Compare with previous version

  • Hakaba Hitoyo changed the description

    changed the description

  • mentioned in commit f50068ef

  • Please register or sign in to reply
    Loading