Skip to content

Commit

Permalink
build site
Browse files Browse the repository at this point in the history
  • Loading branch information
jjj201200 committed Jul 26, 2023
1 parent 0c92dd4 commit 47525f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/main.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions previewSite/iconMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ export default [
name: 'BilibilihelperTextIcon',
size: [75, 15],
},
{
name: 'AcgboxTextIcon',
size: [75, 15],
},
],
},
];
4 changes: 3 additions & 1 deletion previewSite/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ const Wrapper = styled.div`
`;
const IconBlockWrapper = styled.div`
position: relative;
display: flex;
justify-content: center;
padding: 10px;
min-width: max-content;
box-sizing: border-box;
Expand Down Expand Up @@ -223,7 +225,7 @@ const IconLineWrapper = styled.div`
.inner {
margin-right: 12px;
width: 15px;
width: fit-content;
height: 15px;
flex-shrink: 0;
display: flex;
Expand Down

0 comments on commit 47525f4

Please sign in to comment.