Skip to content

Commit 014be20

Browse files
committed
Upstreaming
2 parents 39e7a0f + 5defeef commit 014be20

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

src/css/custom.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,27 @@ html[data-theme="light"] [data-slot="card-header"].bg-gradient-to-br {
17691769
}
17701770

17711771
@media screen and (max-width: 1110px) {
1772-
.navbar__items{
1772+
.navbar__items {
17731773
gap: 0.1rem !important;
1774+
}
17741775
}
1776+
1777+
/* Fix for author page avatar overlap - working solution */
1778+
.avatar.margin-bottom--sm.author-as-h1_iMAg {
1779+
width: 150px !important;
1780+
height: 150px !important;
1781+
border-radius: 50% !important;
1782+
border: none !important;
1783+
}
1784+
1785+
1786+
.avatar.margin-bottom--sm {
1787+
width: auto !important;
1788+
height: auto !important;
1789+
border: none !important;
1790+
}
1791+
1792+
1793+
.blog-page .margin-bottom--xl {
1794+
margin-bottom: 0rem !important;
17751795
}

0 commit comments

Comments
 (0)