File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const HeaderPhy = () => {
29
29
< a href = { `#${ mainContentId } ` } className = "skip-main" > Skip to main content</ a >
30
30
31
31
< div className = "m-md-0 d-none d-md-block d-flex align-self-center d-print-none pl-4" >
32
- { user ?. loggedIn && navigator . userAgent . indexOf ( "Firefox" ) < 0 &&
32
+ { user ?. loggedIn &&
33
33
< React . Fragment >
34
34
< div id = "header-progress" className = "d-none d-md-block" >
35
35
Streak:
Original file line number Diff line number Diff line change @@ -4,11 +4,8 @@ a.skip-main:focus, a.skip-main:active {
4
4
left : 7% ;
5
5
top : 70px ;
6
6
}
7
- div .header-progress {
8
- position : relative ;
9
- float : bottom ;
10
- height : 100px ;
11
- width : 100px ;
7
+ div #header-progress {
8
+ max-width : min-content ;
12
9
}
13
10
header {
14
11
z-index : 20 ;
You can’t perform that action at this time.
0 commit comments