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