Improve default ToS
1 unresolved thread
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.
Edited by Hakaba Hitoyo
Merge request reports
Activity
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;" /> changed this line in version 2 of the diff
mentioned in commit f50068ef
Please register or sign in to reply