chore(collection/presentation): hide video footer buttons

This commit is contained in:
Elian Doran 2025-10-17 20:04:03 +03:00
parent cb275e5031
commit 7ce223451c
No known key found for this signature in database

View File

@ -17,4 +17,8 @@ p:has(span.text-huge) {
span.text-tiny { font-size: 0.5em; }
span.text-small { font-size: 0.75em; }
span.text-big { font-size: 1.5em; }
span.text-huge { font-size: 2em; }
span.text-huge { font-size: 2em; }
footer.file-footer {
display: none !important;
}