mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +03:00
Separate jump to unread & mark as read
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
ce9f140ddf
commit
27e7a67a9a
1 changed files with 3 additions and 1 deletions
|
|
@ -90,7 +90,8 @@
|
||||||
&__unread {
|
&__unread {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: var(--sp-extra-tight);
|
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;
|
z-index: 999;
|
||||||
|
|
||||||
display: none;
|
display: none;
|
||||||
|
|
@ -109,6 +110,7 @@
|
||||||
}
|
}
|
||||||
& .btn-primary {
|
& .btn-primary {
|
||||||
@extend .cp-fx__item-one;
|
@extend .cp-fx__item-one;
|
||||||
|
@include dir.side(margin, 0, 1px);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0 var(--sp-tight);
|
padding: 0 var(--sp-tight);
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue