add override links to utility views

This enables `local-overrides.css` and `local-overrides.js` for all utility views, for example to add polyfills, enable responsive styling or to adjust styles globally.
This commit is contained in:
Veit Lehmann
2023-02-24 00:46:40 +01:00
parent fcfcb69a2e
commit aa2b770e30
5 changed files with 6 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ class Bookmarklets extends Plugin {
display : none;
}
</style>
<?= Config::get_override_links() ?>
</head>
<body class='flat ttrss_utility css_loading'>
<script type="text/javascript">
@@ -202,6 +203,7 @@ class Bookmarklets extends Plugin {
display : none;
}
</style>
<?= Config::get_override_links() ?>
</head>
<body class='flat ttrss_utility share_popup css_loading'>
<script type="text/javascript">