Skip to content

Commit

Permalink
Merge pull request #392 from LIlGG/fix/368
Browse files Browse the repository at this point in the history
fix: 解决首页社交网络会被换行的问题
  • Loading branch information
LIlGG authored Jul 22, 2023
2 parents ed9731f + 20d1db0 commit f80c105
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/css/common/components/screen/img-box/social.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
list-style: none;

& img {
height: 2rem;
width: 2rem;
height: 1.75rem;
width: 1.75rem;
padding: 0;
background: 0 0;
}
Expand All @@ -16,6 +16,7 @@
list-style: none;
margin: 0;
padding: 0;
display: flex;

& li {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion templates/assets/dist/css/main.min.css

Large diffs are not rendered by default.

0 comments on commit f80c105

Please sign in to comment.