mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
enhance(ui): adjust image width in property value class
This commit is contained in:
@@ -1188,6 +1188,10 @@ html.is-mac {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.property-value .ls-resize-image {
|
||||||
|
max-width: 35%;
|
||||||
|
}
|
||||||
|
|
||||||
.recent-block {
|
.recent-block {
|
||||||
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
|
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
|
||||||
background-color: var(--ls-secondary-background-color, var(--rx-gray-03));
|
background-color: var(--ls-secondary-background-color, var(--rx-gray-03));
|
||||||
|
|||||||
Reference in New Issue
Block a user