Skip to content

Commit

Permalink
Fixed positioning of 'add' button
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp <philipp.koenig@redeviation.com>
  • Loading branch information
Kiuryy committed Dec 1, 2021
1 parent 57aed68 commit 483a3b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/scss/include/_bookmarkEntry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
}

> span.add {
right: calc(#{$__bookmarksLineHeight} + 8px);
right: 42px;
}

&:hover {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/rtl/include/_bookmarkEntry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@

> span.add {
right: unset;
left: calc(#{$__bookmarksLineHeight} + 8px);
left: 42px;
}
}
2 changes: 1 addition & 1 deletion src/scss/themes/focus/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
margin-left: -5px;
}

> span.drag {
> span.drag, > span.add {
transition: none;
}
}
Expand Down

0 comments on commit 483a3b9

Please sign in to comment.