mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-26 14:18:02 -05:00
* Added bottom nav padding for iOS #4740 * Updated RTL css #4740 Co-authored-by: maTh <math-home@web.de>
This commit is contained in:
@@ -10,7 +10,7 @@ if (_t('gen.dir') === 'rtl') {
|
||||
?>>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="initial-scale=1.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||
<?= FreshRSS_View::headStyle() ?>
|
||||
<script id="jsonVars" type="application/json">
|
||||
<?php $this->renderHelper('javascript_vars'); ?>
|
||||
|
||||
@@ -1458,6 +1458,7 @@ a.website:hover .favicon {
|
||||
bottom: 0; left: 0;
|
||||
width: 300px;
|
||||
table-layout: fixed;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
#nav_entries .item {
|
||||
|
||||
@@ -1458,6 +1458,7 @@ a.website:hover .favicon {
|
||||
bottom: 0; right: 0;
|
||||
width: 300px;
|
||||
table-layout: fixed;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
#nav_entries .item {
|
||||
|
||||
Reference in New Issue
Block a user