Improve default ToS
1 unresolved thread
1 unresolved thread
Compare changes
+ 2
− 5
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.
I think it should probably not used fixed width, but max-width: 100%; since many instances use non-square logos
also
object-fit: contain
to styleschanged this line in version 2 of the diff
OK.