Skip to content

Commit 2bfc1d6

Browse files
committed
perf(assets): compress
1 parent a2f857e commit 2bfc1d6

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

root/defaults/www/theme/css/ui.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

root/defaults/www/theme/footer.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<footer class="footer navbar">
66
<div class="container">
77
<div class="col text-center text-muted text-small text-nowrap">
8-
<small>Developed by Aetherinox - <a href="https://github.com/Aetherinox/thetvapp-docker">TheTVApp Grabber</a></small>
8+
<small>Developed by Aetherinox - <a href="https://github.com/Aetherinox/thetvapp-docker">TheTVApp Grabber</a></small><br />
9+
<small>Lists generated by <a href="https://github.com/dtankdempse/thetvapp-m3u">dtankdempse</a></small>
910
</div>
1011
</div>
1112
</footer>

root/defaults/www/theme/js/interface.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

root/defaults/www/theme/theme.css

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
/*!
2-
* This file is part of the nginx-fancyindex-flat-theme (licensed under the GPL
3-
* license) and uses Twitter Bootstrap (v4) (licensed under the MIT license).
4-
*
5-
* Copyright (C) 2018-2024 Alexander Haase <[email protected]>
6-
* Copyright (C) 2025 Aetherinox
7-
*
8-
* See the LICENSE file for details.
1+
/*
2+
@app thetvapp grabber
3+
@author Aetherinox
4+
@url https://github.com/Aetherinox/thetvapp-docker
5+
https://hub.docker.com/repository/docker/aetherinox/thetvapp
6+
7+
Primary theme CSS
98
*/
109

1110
body

0 commit comments

Comments
 (0)