[UI] Remove excessive top margin in all pages and logo in HTML feed preview (#3326)

This commit is contained in:
Eugene Molotov 2023-03-24 17:44:34 +05:00 committed by GitHub
parent c8af9f9055
commit 249133204e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 10 deletions

View File

@ -66,7 +66,6 @@ p {
/* Header */ /* Header */
header { header {
margin-top: 40px;
padding: 15px; padding: 15px;
color: #1182DB; color: #1182DB;
text-align: center; text-align: center;
@ -133,7 +132,7 @@ input:focus:-ms-input-placeholder { opacity: 0; }
.container { .container {
width: 60%; width: 60%;
margin: 30px auto; margin: 0 auto 30px auto;
} }
/* Section */ /* Section */

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="RSS-Bridge" /> <meta name="description" content="RSS-Bridge" />
<title><?= e($_title ?? 'RSS-Bridge') ?></title> <title><?= e($_title ?? 'RSS-Bridge') ?></title>
<link href="static/style.css" rel="stylesheet"> <link href="static/style.css?2023-03-24" rel="stylesheet">
<link rel="icon" type="image/png" href="static/favicon.png"> <link rel="icon" type="image/png" href="static/favicon.png">
</head> </head>

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/ > <meta name="viewport" content="width=device-width, initial-scale=1.0"/ >
<meta name="description" content="RSS-Bridge" /> <meta name="description" content="RSS-Bridge" />
<title><?= e($title) ?></title> <title><?= e($title) ?></title>
<link href="static/style.css" rel="stylesheet"> <link href="static/style.css?2023-03-24" rel="stylesheet">
<link rel="icon" type="image/png" href="static/favicon.png"> <link rel="icon" type="image/png" href="static/favicon.png">
<?php foreach ($linkTags as $link): ?> <?php foreach ($linkTags as $link): ?>
@ -24,12 +24,6 @@
<div class="container"> <div class="container">
<header>
<a href="./">
<img width="400" src="static/logo_600px.png">
</a>
</header>
<h1 class="pagetitle"> <h1 class="pagetitle">
<a href="<?= e($uri) ?>" target="_blank"><?= e($title) ?></a> <a href="<?= e($uri) ?>" target="_blank"><?= e($title) ?></a>
</h1> </h1>