Separate jump to unread & mark as read

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-12-19 19:37:38 +05:30
parent ce9f140ddf
commit 27e7a67a9a

View file

@ -90,7 +90,8 @@
&__unread {
position: absolute;
top: var(--sp-extra-tight);
right: var(--sp-extra-tight);
@include dir.prop(right, var(--sp-extra-tight), unset);
@include dir.prop(left, unset, var(--sp-extra-tight));
z-index: 999;
display: none;
@ -109,6 +110,7 @@
}
& .btn-primary {
@extend .cp-fx__item-one;
@include dir.side(margin, 0, 1px);
border-radius: 0;
padding: 0 var(--sp-tight);
&:focus {