mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 04:58:06 +01:00
This commit is contained in:
parent
8aa8ad65f8
commit
a475a77a3b
2 changed files with 15 additions and 14 deletions
|
|
@ -422,7 +422,7 @@
|
|||
}
|
||||
|
||||
&--edit .av__gallery-field[data-empty="true"] .av__gallery-tip {
|
||||
display: flex;
|
||||
display: block;
|
||||
}
|
||||
|
||||
&:not(.av__gallery-fields--edit) [data-empty="true"] {
|
||||
|
|
@ -435,19 +435,16 @@
|
|||
}
|
||||
|
||||
&-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
opacity: 0.38;
|
||||
padding: 2px 4px;
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
&-tip {
|
||||
box-sizing: border-box;
|
||||
display: none;
|
||||
align-items: center;
|
||||
opacity: 0.38;
|
||||
padding: 2px 4px;
|
||||
width: 100%;
|
||||
|
|
@ -457,11 +454,18 @@
|
|||
|
||||
&-tip,
|
||||
&-name {
|
||||
img:first-child, svg:first-child {
|
||||
height: calc(1.625em - 10px);
|
||||
img:first-child, svg:first-child, svg.ariaLabel {
|
||||
height: 1.625em;
|
||||
width: calc(1.625em - 10px);
|
||||
margin: 0 5px 0 0;
|
||||
font-size: 1em;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
img:first-child{
|
||||
height: calc(1.625em - 10px);
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
span:first-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue