mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
enhance(ux): increase size for page title positioned property icons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user