Feat/1.2.5/UI (#757)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
--an-f5: #f5f5f5;
|
||||
--an-answer-item-border-top: rgba(0, 0, 0, .125);
|
||||
--an-answer-inbox-nav-border-top: var(--bs-border-color);
|
||||
--an-comment-item-border-bottom: var(--bs-colors-gray-200);
|
||||
--an-comment-item-border-bottom: var(--bs-colors-gray-200, #E9ECEF);
|
||||
--an-editor-toolbar-hover: #f8f9fa;
|
||||
--ans-editor-toolbar-focus: #dae0e5;
|
||||
--an-editor-placeholder-color: #6c757d;
|
||||
|
||||
@@ -420,12 +420,10 @@ const Comment = ({ objectId, mode, commentId }) => {
|
||||
onClick={() => {
|
||||
setPageIndex(pageIndex + 1);
|
||||
}}>
|
||||
(
|
||||
{t('show_more', {
|
||||
count:
|
||||
data.count - (pageIndex === 0 ? 3 : pageIndex * pageSize),
|
||||
})}
|
||||
)
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@@ -79,7 +79,7 @@ const Index = () => {
|
||||
onClick={(e) => deleteLogins(e, item)}>
|
||||
<span
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: base64ToSvg(item.icon),
|
||||
__html: base64ToSvg(item.icon, 'btnSvg me-2'),
|
||||
}}
|
||||
/>
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user