mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Merge branch 'master' into feat/capacitor-new
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
@apply min-h-[24px] max-w-full whitespace-pre-wrap break-words cursor-text;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
||||
/* FIXME: img macros */
|
||||
|
||||
@@ -44,11 +43,6 @@
|
||||
@apply opacity-100;
|
||||
}
|
||||
}
|
||||
|
||||
> img {
|
||||
max-width: unset;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.draw [aria-labelledby="shapes-title"] {
|
||||
@@ -1078,8 +1072,16 @@ html.is-mac {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.ls-page-title .positioned-properties, .ls-page-title .time-spent {
|
||||
margin-top: 15px;
|
||||
.ls-page-title {
|
||||
.positioned-properties, .time-spent {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.ls-page-title .ls-properties-area {
|
||||
.positioned-properties, .time-spent {
|
||||
margin-top: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.ls-page-title .ls-page-icon button {
|
||||
|
||||
Reference in New Issue
Block a user