#155, Move collapse indicator to the right side
This commit is contained in:
parent
7df4251b72
commit
3953fca636
1 changed files with 4 additions and 1 deletions
|
@ -55,6 +55,7 @@ aside nav ul {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -113,6 +114,7 @@ ul.pagination {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.active {
|
a.active {
|
||||||
|
@ -121,7 +123,8 @@ ul.pagination {
|
||||||
|
|
||||||
a.collapsed::after {
|
a.collapsed::after {
|
||||||
content: "▸";
|
content: "▸";
|
||||||
margin-left: $padding-8;
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue