Skip to content

Commit

Permalink
Set fixed width to icons
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed May 11, 2021
1 parent a3f2943 commit 90bdd45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion website/macos-big-sur-icons/src/components/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,16 @@ option[value=""][disabled] {
margin: 0px auto;
}

.icon-list-area a > div{
margin: auto;
position: relative;
height: 100px;
width: 100px;
}

.card-img-wrapper{
padding: 20px 65px 0px 65px;
padding: 15px 20px 0px 20px;
// padding: 20px 65px 0px 65px;
margin: auto;
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion website/macos-big-sur-icons/src/components/carbon.css
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
.icon-list-area #carbonads > span {
height: fit-content;
/* height: calc(100% - 20px) !important; */
padding: 7px 7px 5px 7px;
padding: 5px 7px 5px 7px;
grid-template-rows: auto 19px;
gap: 5px;
margin: auto;
Expand Down

0 comments on commit 90bdd45

Please sign in to comment.