diff options
| author | 2014-10-23 13:54:18 +0200 | |
|---|---|---|
| committer | 2014-10-23 13:54:18 +0200 | |
| commit | 45dbe94890e507402d043dee8e176081b8a290e1 (patch) | |
| tree | 932dd5a053aafc06d52024b2ed3da7bd48cdb62a /app | |
| parent | cb730c373480ba415997696f4c0cbda4cca9d97e (diff) | |
Fix aside on mobile (Origine)
Diffstat (limited to 'app')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 47b63f187..1480173b2 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -11,7 +11,7 @@ <a class="toggle_aside" href="#close"><?php echo _i('close'); ?></a> <?php if (FreshRSS_Auth::hasAccess()) { ?> - <div class="stick configure-feeds"> + <div class="stick configure-feeds no-mobile"> <a class="btn btn-important" href="<?php echo _url('subscription', 'index'); ?>"><?php echo _t('subscription_management'); ?></a> <a class="btn btn-important" href="<?php echo _url('importExport', 'index'); ?>"><?php echo _i('import'); ?></a> </div> |
