From 7ce223451c895de57a2fbe88c431788f912d8cd3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 17 Oct 2025 20:04:03 +0300 Subject: [PATCH] chore(collection/presentation): hide video footer buttons --- .../client/src/widgets/collections/presentation/slidejs.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/collections/presentation/slidejs.css b/apps/client/src/widgets/collections/presentation/slidejs.css index c3e9735be..0df99d3ed 100644 --- a/apps/client/src/widgets/collections/presentation/slidejs.css +++ b/apps/client/src/widgets/collections/presentation/slidejs.css @@ -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; } \ No newline at end of file +span.text-huge { font-size: 2em; } + +footer.file-footer { + display: none !important; +} \ No newline at end of file