Skip to content

Commit

Permalink
Fix: Activity Stream - Context menu position
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Mar 23, 2024
1 parent 10eb374 commit ba16a40
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/leptonContent.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions css/leptonContentESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/contents/_activity_stream.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@
width: 24px !important;
height: 24px !important;
}

.context-menu-button {
top: 0px !important; /* Original: -20px */
}
.context-menu {
top: 16.75px !important; /* Original: 6.75px */
}
}
}

Expand Down

0 comments on commit ba16a40

Please sign in to comment.