Vanessa 2025-08-23 23:05:56 +08:00
parent b715625d89
commit 7206fc107d
3 changed files with 20 additions and 23 deletions

View file

@ -589,23 +589,6 @@
color: var(--b3-protyle-inline-blockref-color); color: var(--b3-protyle-inline-blockref-color);
} }
.b3-menu__avemoji {
display: inline-block;
font-size: 1em;
line-height: 1.625;
height: auto;
margin: 0 5px 0 -4px;
vertical-align: top;
img {
height: calc(1.625em - 8px);
font-size: 1em;
width: calc(1.625em - 8px);
float: left;
margin: 4px 0;
}
}
&[data-wrap="true"] { &[data-wrap="true"] {
white-space: pre-wrap; white-space: pre-wrap;
} }
@ -1000,3 +983,21 @@ img.av__cellassetimg {
font-size: inherit; font-size: inherit;
cursor: zoom-in; cursor: zoom-in;
} }
.av__cell,
.custom-attr__avvalue {
.b3-menu__avemoji {
font-size: 1em;
line-height: 1.625;
height: auto;
margin: 0 5px 0 -4px;
vertical-align: top;
img {
height: calc(1.625em - 8px);
font-size: 1em;
width: calc(1.625em - 8px);
margin: 4px 0;
}
}
}

View file

@ -130,8 +130,4 @@
.av__row.dragover__top::after { .av__row.dragover__top::after {
top: -1.5px; top: -1.5px;
} }
.av__cell--relation {
display: inline-flex;
}
} }

View file

@ -174,7 +174,7 @@
padding: 0 4px; padding: 0 4px;
flex-shrink: 0; flex-shrink: 0;
border-radius: var(--b3-border-radius); border-radius: var(--b3-border-radius);
display: flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;