Skip to content

Commit

Permalink
✨ feat: add more height to the npv when compact
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoojes committed Oct 31, 2024
1 parent d940f57 commit 21869e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/user.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion styles/cards/right-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}

&:has(video) {
height: calc((var(--panel-width) * 1px) + 8rem);
height: calc((var(--panel-width) * 1px) + 10rem);
}

.os-scrollbar-horizontal {
Expand Down

0 comments on commit 21869e2

Please sign in to comment.