This commit is contained in:
Vanessa 2023-10-27 23:31:39 +08:00
parent d08a0fc156
commit c757e2912f
5 changed files with 21 additions and 5 deletions

View file

@ -377,10 +377,11 @@
}
img.av__cellassetimg {
max-height: 18px;
max-height: 20px;
border-radius: var(--b3-border-radius);
margin: 1px 2px;
max-width: none;
vertical-align: top;
}
html[data-theme-mode="dark"] .av__panel .b3-menu__item {

View file

@ -69,4 +69,8 @@
.b3-chip {
margin: 1px 2px;
}
.av__cellassetimg {
max-height: 24px;
}
}