Skip to content

Commit e6a1760

Browse files
committed
enable page version selector on mobile
1 parent a83927d commit e6a1760

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/css/page-versions.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
.page-versions {
2-
display: none;
3-
margin-right: 0.7rem;
2+
margin: 0 0.2rem 0 auto;
43
position: relative;
54
line-height: 1;
65
}
76

87
@media screen and (min-width: 1024px) {
98
.page-versions {
10-
display: flex;
11-
justify-content: flex-end;
9+
margin-right: 0.7rem;
1210
}
1311
}
1412

@@ -26,7 +24,6 @@
2624
}
2725

2826
.page-versions .version-menu {
29-
flex: 1 1 auto;
3027
display: flex;
3128
min-width: 100%;
3229
flex-direction: column;

0 commit comments

Comments
 (0)