enhance(ui): adjust image width in property value class

This commit is contained in:
charlie
2026-01-22 14:37:41 +08:00
parent 98ab051328
commit 13e9781a1c

View File

@@ -1188,6 +1188,10 @@ html.is-mac {
}
}
.property-value .ls-resize-image {
max-width: 35%;
}
.recent-block {
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
background-color: var(--ls-secondary-background-color, var(--rx-gray-03));