mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-12 19:44:12 +02:00
refactor/fix: css organization and error rendering (#3117)
* fix: php notice * refactor/feat: merge HtmlFormat.css into style.css Also improve ux of error rendering. * fix: center-align footer text
This commit is contained in:
@@ -35,6 +35,7 @@ final class FrontpageAction implements ActionInterface
|
||||
</script>
|
||||
</head>
|
||||
<body onload="rssbridge_list_search()">
|
||||
<div class="container">
|
||||
EOD;
|
||||
}
|
||||
|
||||
@@ -146,6 +147,7 @@ EOD;
|
||||
{$inactive}
|
||||
{$admininfo}
|
||||
</section>
|
||||
</div>
|
||||
</body></html>
|
||||
EOD;
|
||||
}
|
||||
|
Reference in New Issue
Block a user