834 B
834 B
Layout customization
It is easy to customize the look of PsiTransfer. Almost all functional components are encapsulated
in the upload- and download-app and they only need a root element where they can be mounted.
This elements must have the attribute id="upload" and id="download", respectively.
PsiTransfer uses Bootstrap 3 as CSS-Framework and custom styles can be found in public/assets/styles.css.
If you want to give PsiTransfer your own custom look and feel just edit the files in public/html and/or
the styles.css. If you need to deliver assets like a custom logo put it into the assets folder.
But consider: You have to adopt further changes on PsiTransfer updates. This sould not happen very often.