mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 17:44:48 +02:00
core: Make RSS-Bridge more usable via mobile devices
Adds styles for display sizes smaller than 768px where elements are currently hardly usable. Note that RSS-Bridge is not designed for mobile use, but some users may want to try things on their mobile phone before using it in real life applications. Resolves #796
This commit is contained in:
parent
69acc6228a
commit
99d4571c6b
3 changed files with 70 additions and 0 deletions
|
@ -95,6 +95,7 @@ EOD;
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="{$charset}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{$title}</title>
|
||||
<link href="static/HtmlFormat.css" rel="stylesheet">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue