Skip to content

Commit

Permalink
fix release positionning
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasConstant committed May 16, 2021
1 parent dabcbba commit 876b1a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@

.refresh{
display: inline-block;
padding: 10px 0 0 13px;
width: 42px;
padding: 10px 0 0 9px;
width: 39px;
color: #838fa3;

&:hover {
Expand Down
3 changes: 2 additions & 1 deletion src/app/settings/settings.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
.button {
position: relative;
top: 1px;
width: 100px;
left: -5px;
width: 95px;
display: inline-block;
color: whitesmoke;
border: 1px solid rgb(50, 57, 75);
Expand Down

0 comments on commit 876b1a8

Please sign in to comment.