mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
Merge branch 'master' into feat/capacitor-new
This commit is contained in:
@@ -25,29 +25,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.asset-container {
|
||||
@apply relative inline-block mt-2 w-full;
|
||||
|
||||
.asset-action-bar {
|
||||
@apply top-1 right-1 absolute flex items-center opacity-0 transition-opacity;
|
||||
|
||||
&[data-popup-active] {
|
||||
@apply opacity-100;
|
||||
}
|
||||
}
|
||||
|
||||
.asset-action-btn {
|
||||
@apply m-1 p-0.5 truncate flex items-center opacity-70 select-none
|
||||
hover:opacity-90 active:opacity-60;
|
||||
}
|
||||
|
||||
&:hover, &:active {
|
||||
.asset-action-bar {
|
||||
@apply opacity-100;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.draw [aria-labelledby="shapes-title"] {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
@@ -1169,3 +1146,26 @@ html.is-mac {
|
||||
.ls-dialog-block {
|
||||
@apply !w-[90dvw] !h-[75%] !max-w-4xl bg-gray-02 overflow-scroll;
|
||||
}
|
||||
|
||||
.asset-container {
|
||||
@apply relative inline-block mt-2 w-full;
|
||||
|
||||
.asset-action-bar {
|
||||
@apply top-1 right-1 absolute flex items-center opacity-0 transition-opacity;
|
||||
|
||||
&[data-popup-active] {
|
||||
@apply opacity-100;
|
||||
}
|
||||
}
|
||||
|
||||
.asset-action-btn {
|
||||
@apply m-1 p-0.5 truncate flex items-center opacity-70 select-none
|
||||
hover:opacity-90 active:opacity-60;
|
||||
}
|
||||
|
||||
&:hover, &:active {
|
||||
.asset-action-bar {
|
||||
@apply opacity-100;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user