Vanessa 2025-06-13 11:58:48 +08:00
parent f2c1c8e0ad
commit a615b01084
2 changed files with 4 additions and 2 deletions

View file

@ -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 {

View file

@ -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) {