File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 25
25
z-index : var (--z-index-page-version-menu );
26
26
}
27
27
28
- .page-versions .is-active .version-menu-toggle {
29
- background-color : var (--page-version-menu-background );
30
- }
31
-
32
28
.page-versions .version-menu {
33
29
flex : 1 1 auto;
34
30
display : flex;
35
31
min-width : 100% ;
36
32
flex-direction : column;
33
+ align-items : flex-end;
37
34
background : linear-gradient (to bottom, var (--page-version-menu-background ) 0% , var (--page-version-menu-background ) 100% ) no-repeat;
38
- background-position : 100% 1.75em ;
39
- padding : 1.25rem 0.5rem 0.5rem ;
35
+ padding : 1.375rem 1.5rem 0.5rem 0.5rem ;
40
36
position : absolute;
41
37
top : 0 ;
42
38
right : 0 ;
52
48
padding-top : 0.5rem ;
53
49
}
54
50
55
- .page-versions .version : first-child {
56
- margin-top : 0.25rem ;
57
- }
58
-
59
51
.page-versions .version .is-current {
60
52
display : none;
61
53
}
You can’t perform that action at this time.
0 commit comments