hide publish button for nono TTRSS
This commit is contained in:
parent
d1c7059751
commit
3e4be0fe29
3 changed files with 45 additions and 54 deletions
|
@ -87,7 +87,7 @@
|
|||
<section id="full">
|
||||
<header class="bar">
|
||||
<a class="button icon list" href="#list"></a>
|
||||
<a id="setpublished" class="button icon inactive invisible" href="#published"></a>
|
||||
<a id="setpublished" class="button icon inactive hidden" href="#published"></a>
|
||||
<a id="setstarred" class="button icon inactive" href="#starred">★</a>
|
||||
<a id="setunread" class="button icon inactive" href="#unread">✓</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
|
|
Reference in a new issue