mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
toggle_sidebar: use hamburger icon
This commit is contained in:
@@ -20,7 +20,7 @@ class Toggle_Sidebar extends Plugin {
|
|||||||
|
|
||||||
<button dojoType="dijit.form.Button" onclick="Feeds.toggle()">
|
<button dojoType="dijit.form.Button" onclick="Feeds.toggle()">
|
||||||
<i class="material-icons"
|
<i class="material-icons"
|
||||||
title="<?php echo __('Toggle feedlist') ?>">fullscreen</i>
|
title="<?php echo __('Toggle feedlist') ?>">menu</i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user