Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
ソーシャルボタンとスターの位置を微調整した
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacook committed Nov 29, 2015
1 parent 8f4689b commit 0199449
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/statics/less/social.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
margin: 0 0 25px;
.clearfix();
ul {
margin: 20px 0 10px;
padding-left: 0px;
margin-top: 2px;
}
li {
margin-right: 10px;
Expand Down
6 changes: 4 additions & 2 deletions src/statics/less/star.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
@container-min-height: 40px;

.star-container {
padding: 10px 10px 15px;
padding: 0 0 5px;
margin-bottom: 5px;
min-height: @container-min-height;
position: relative;
display: flex;
Expand All @@ -15,6 +16,7 @@
}
.add-star-button {
margin: 0;
padding: 5px 7px 2px;
span {
margin-left: 3px;
}
Expand All @@ -31,7 +33,7 @@
.star-wrapper {
display: inline;
float: left;
margin-right: 3px;
margin: 3px 3px 0 0;
.star-count {
display: inline;
float: left;
Expand Down

0 comments on commit 0199449

Please sign in to comment.