enhance(ux): increase size for page title positioned property icons

This commit is contained in:
Tienson Qin
2025-08-27 22:03:24 +08:00
parent d7ef292718
commit 2cf9a6c61c

View File

@@ -1057,7 +1057,19 @@ html.is-mac {
height: 38px;
}
.ls-page-title .positioned-properties svg, .page-ref svg {
.ls-page-title .positioned-properties.block-left svg,
.ls-page-title .positioned-properties.block-right svg {
width: 24px;
height: 24px;
}
.ls-page-title .ls-properties-area .positioned-properties.block-left svg,
.ls-page-title .ls-properties-area .positioned-properties.block-right svg {
width: initial;
height: initial;
}
.page-ref svg {
width: 16px;
height: 16px;
}