mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 19:56:10 +01:00
This commit is contained in:
parent
f2c1c8e0ad
commit
a615b01084
2 changed files with 4 additions and 2 deletions
|
|
@ -336,9 +336,11 @@
|
|||
transition: background 100ms ease-out;
|
||||
white-space: nowrap;
|
||||
font-size: 85%;
|
||||
min-height: 23px;
|
||||
padding: 5px;
|
||||
|
||||
.av__cell {
|
||||
padding: 0 8px;
|
||||
padding: 0;
|
||||
border-right: 0;
|
||||
|
||||
&:hover .block__icon {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export const insertGalleryItemAnimation = (options: {
|
|||
options.srcIDs.forEach((id) => {
|
||||
html += `<div class="av__gallery-item"${needUpdate} data-type="ghost" data-id="${id}">
|
||||
<div class="av__gallery-cover"><span style="width: 100%;height: 100%;border-radius: var(--b3-border-radius) var(--b3-border-radius) 0 0;" class="av__pulse"></span></div>
|
||||
<div class="av__gallery-fields"><span style="margin: 8px;" class="av__pulse"></span></div>
|
||||
<div class="av__gallery-fields"><span class="av__pulse"></span></div>
|
||||
</div>`;
|
||||
});
|
||||
if (options.previousId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue