move definitions for timeline header buttons to Panel.scss, now called
rightside buttons
This commit is contained in:
parent
ce6ce4b6cd
commit
0331e42ee8
6 changed files with 41 additions and 60 deletions
|
|
@ -21,7 +21,7 @@
|
|||
>{{ unseenCount }}</span>
|
||||
</div>
|
||||
<div
|
||||
class="timeline-header-button"
|
||||
class="rightside-button"
|
||||
v-if="showScrollTop"
|
||||
>
|
||||
<button
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
>
|
||||
{{ $t('notifications.read') }}
|
||||
</button>
|
||||
<NotificationFilters class="timeline-header-button" />
|
||||
<NotificationFilters class="rightside-button" />
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue