Skip to content

Commit

Permalink
fix(props): layout in page preview popup
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Feb 7, 2023
1 parent bdb688d commit 68216a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/awesomeProps/awesomeProps.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.block-properties > div {
display: contents !important;
}
.block-properties > div > :is(div, span) {
.block-properties > div > :is(div, span, a) {
margin: 0;
/* background-color: var(--ls-page-properties-background-color); */
}
Expand All @@ -40,7 +40,7 @@
text-overflow: ellipsis;
}

.block-properties > div > :is(div, span):first-child {
.block-properties > div > :is(div, span, a):first-child {
padding: 0 1.8em 0 1.7em;
position: relative;
}
Expand All @@ -49,7 +49,7 @@
display: none;
}

.block-properties > div > :is(div, span):first-child::after {
.block-properties > div > :is(div, span, a):first-child::after {
content: "●";
position: absolute;
top: 0.7em;
Expand Down

0 comments on commit 68216a9

Please sign in to comment.