Skip to content

Commit fa2d484

Browse files
authored
Merge pull request #1846 from ivan-nginx/master
FIX: move `flex` style from global sidebar style to Pisces and Gemini schemes only.
2 parents ae785bc + 47f6319 commit fa2d484

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/css/_common/components/sidebar/sidebar-author-links.styl

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
.links-of-author {
22
margin-top: 20px;
3-
display: flex;
4-
flex-wrap: wrap;
5-
justify-content: center;
63
}
74

85
.links-of-author a {

source/css/_schemes/Pisces/_sidebar.styl

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969

7070
.links-of-author {
7171
//clearfix();
72+
display: flex;
73+
flex-wrap: wrap;
74+
justify-content: center;
7275
}
7376
.links-of-author-item {
7477
sidebar-inline-links-item();

0 commit comments

Comments
 (0)