Skip to content

Commit

Permalink
Fix visible indicator in Chrome (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jun 26, 2024
1 parent 2c67868 commit f9deb64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holonote/app/panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def _create_visible_widget(self):
position: absolute;
border-radius: 50%;
left: calc(100% - var(--design-unit, 4) * 2px - 3px);
top: 20%;
border: 1px solid black;
opacity: 0.5;
}"""
Expand Down

0 comments on commit f9deb64

Please sign in to comment.