Skip to content

Commit

Permalink
Dirty hack to align the ::before and ::after element with the Follow …
Browse files Browse the repository at this point in the history
…button
  • Loading branch information
tnemoz committed Jan 5, 2023
1 parent 8d5fa63 commit 08d6e5e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions _sass/minimal-mistakes/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
}

img {
max-width: 110px;
max-width: 130px;
border-radius: 50%;
}
}
Expand Down Expand Up @@ -221,7 +221,7 @@
li {
line-height: 1.75;
font-size: $type-size-5;
}
}

li:last-child {
a {
Expand Down Expand Up @@ -272,7 +272,10 @@
display: none;
right: 0;
margin-top: 15px;
padding: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 0px;
list-style-type: none;
cursor: default;
box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
Expand All @@ -299,7 +302,7 @@
content: "";
position: absolute;
top: -11px;
left: calc(50% - 10px);
left: calc(50% + 41px);
width: 0;
border-style: solid;
border-width: 0 10px 10px;
Expand All @@ -316,7 +319,7 @@
content: "";
position: absolute;
top: -10px;
left: calc(50% - 10px);
left: calc(50% + 41px);
width: 0;
border-style: solid;
border-width: 0 10px 10px;
Expand Down

0 comments on commit 08d6e5e

Please sign in to comment.