Skip to content

Commit

Permalink
Fixed issue elrumo#1229, where the stickty banner was missaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Jul 3, 2021
1 parent cdb8413 commit c437a57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/macos-big-sur-icons/src/components/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ select{
margin: auto !important;
position: relative !important;
padding: 10px !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translateX(-50%);
// transform: translate(-50%, -50%);
display: grid;
gap: 7px;
text-align: center;
Expand Down Expand Up @@ -983,7 +983,7 @@ coral-buttongroup button{
.card-no-ad{
position: relative;
top: 0px;
height: 100%
height: fit-content;
}

.card-hover{
Expand Down

0 comments on commit c437a57

Please sign in to comment.