mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-09 10:15:44 +02:00
prevent menu actions from collapsing sidebar (#504)
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
1a54c2abec
commit
a363aab228
@ -87,7 +87,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="app-navigation-entry-menu">
|
||||
<div class="app-navigation-entry-menu" ng-click="$event.stopPropagation()">
|
||||
<ul>
|
||||
<li ng-show="Navigation.isFeedUnread(feed.id)" class="mark-read">
|
||||
<button ng-click="Navigation.markFeedRead(feed.id)">
|
||||
|
Loading…
Reference in New Issue
Block a user