mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
Merge branch 'master' into feat/capacitor-new
This commit is contained in:
@@ -29,8 +29,11 @@
|
||||
@apply relative inline-block mt-2 w-full;
|
||||
|
||||
.asset-action-bar {
|
||||
@apply top-0.5 right-0.5 absolute flex items-center
|
||||
border bg-gray-02 rounded opacity-0 transition-opacity;
|
||||
@apply top-1 right-1 absolute flex items-center opacity-0 transition-opacity;
|
||||
|
||||
&[data-popup-active] {
|
||||
@apply opacity-100;
|
||||
}
|
||||
}
|
||||
|
||||
.asset-action-btn {
|
||||
@@ -117,6 +120,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
.property-value-inner[data-type], .property-value-inner .select-item {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.open-block-ref-link {
|
||||
background-color: var(--ls-page-properties-background-color);
|
||||
padding: 1px 4px;
|
||||
@@ -1118,7 +1127,7 @@ html.is-mac {
|
||||
}
|
||||
|
||||
.ls-resize-image {
|
||||
@apply flex relative;
|
||||
@apply flex relative w-fit cursor-pointer;
|
||||
|
||||
.handle-left, .handle-right {
|
||||
@apply absolute w-[6px] h-[15%] min-h-[30px] bg-black/30 hover:bg-black/70
|
||||
|
||||
Reference in New Issue
Block a user