mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 22:24:09 +00:00
style: prettier fixes
This commit is contained in:
@@ -45,7 +45,7 @@ const _ContextBar: TLContextBarComponent<Shape> = ({ shapes, offsets, hidden })
|
||||
className="tl-contextbar"
|
||||
style={{
|
||||
visibility: hidden ? 'hidden' : 'visible',
|
||||
pointerEvents: hidden ? 'none' : 'all'
|
||||
pointerEvents: hidden ? 'none' : 'all',
|
||||
}}
|
||||
>
|
||||
{Actions.map((Action, idx) => (
|
||||
|
||||
@@ -114,7 +114,6 @@
|
||||
@apply py-2 rounded shadow-lg;
|
||||
opacity: 100%;
|
||||
background-color: var(--ls-primary-background-color);
|
||||
|
||||
}
|
||||
|
||||
.tl-zoom-menu-dropdown-item {
|
||||
|
||||
Reference in New Issue
Block a user