Skip to content

Commit

Permalink
fix: avoid clashing of refs count icon with flashcards icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stdword committed Nov 9, 2024
1 parent 6bfab1d commit 0513ac4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@ a.asset-ref { /* title in pdf extension */

/* properties */

.open-block-ref-link {
position: relative;
z-index: 1; /* to avoid clashing with flashcards icon */
}

#right-sidebar .page-properties,
#right-sidebar .block-properties {
background-color: var(--bujo-right-sidebar-properties-background);
Expand Down

0 comments on commit 0513ac4

Please sign in to comment.