diff options
| author | 2020-05-06 19:55:45 +0200 | |
|---|---|---|
| committer | 2020-05-06 19:55:45 +0200 | |
| commit | cc7a784cbe8822d306a2937f08b7665ea82ffb54 (patch) | |
| tree | 06733ea4b5205ae6f65230d3411e8fac3697768e /app | |
| parent | 5e18ca840891cac3087abde47de8481352863602 (diff) | |
Add/mobile feed configuration (#2938)
* Show subscription management button on mobile
* Show aside box-shadow on Origine only when opened
* Reduce padding of Origine posts on mobile
* Shrink stick component with long input
* Show Origine configure icons on mobile
* Show the slider full width on mobile
* Improve the look of forms on mobile
* Fix Ansum theme
* Fix BlueLagoon theme
* Fix Dark theme
* Fix Flat theme
* Fix Mapco theme
* Fix Origine-compact theme
* Fix Pafat theme
* Fix Screwdriver theme
* Fix Swage theme
* Fix Alternative-Dark theme
* Apply RTL script on themes
Co-authored-by: triatic <42704418+triatic@users.noreply.github.com>
Diffstat (limited to 'app')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 | ||||
| -rw-r--r-- | app/views/subscription/index.phtml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 52531b252..499844a2b 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -12,7 +12,7 @@ <a class="toggle_aside" href="#close"><?= _i('close') ?></a> <?php if (FreshRSS_Auth::hasAccess()) { ?> - <div class="stick configure-feeds no-mobile"> + <div class="stick configure-feeds"> <a id="btn-subscription" class="btn btn-important" href="<?= _url('subscription', 'index') ?>"><?= _t('index.menu.subscription') ?></a> <a id="btn-importExport" class="btn btn-important" href="<?= _url('importExport', 'index') ?>"><?= _i('import') ?></a> </div> diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 736a582d2..9e0aaa8c6 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -120,7 +120,9 @@ </div> <?php $class = $this->displaySlider ? ' class="active"' : ''; ?> -<a href="#" id="close-slider"<?= $class ?>></a> +<a href="#" id="close-slider"<?= $class ?>> + <?= _i('close') ?> +</a> <div id="slider"<?= $class ?>> <?php if (isset($this->feed)) { |
