mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
b715625d89
commit
7206fc107d
3 changed files with 20 additions and 23 deletions
|
@ -462,7 +462,7 @@
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
img:first-child{
|
img:first-child {
|
||||||
height: calc(1.625em - 10px);
|
height: calc(1.625em - 10px);
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue