File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased version
2
2
3
+ - Slightly reworked margins and position for avatar image to resolve an alignment issue on Safari.
3
4
- Changed the width at which the navbar collapses to a higher threshold because most modern non-mobile browsers are >1000px
4
5
- Fixed bug where navbar secondary level dropdown items didn't inherit te same colour as the primary navbar links
5
6
- Fixed bug where the navbar "burger" collapsed button didn't always revert back to a light colour
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ img {
311
311
position : absolute;
312
312
left : 50% ;
313
313
width : 3.125rem ;
314
- margin-top : 3.1 rem ;
314
+ bottom : -1.5 rem ;
315
315
transition : opacity 0.5s ease-in-out;
316
316
-webkit-transition : opacity 0.5s ease-in-out;
317
317
-moz-transition : opacity 0.5s ease-in-out;
@@ -349,6 +349,7 @@ img {
349
349
@media (min-width : 1200px ) {
350
350
.navbar-custom .top-nav-regular .avatar-container {
351
351
width : 6.25rem ;
352
+ bottom : -1.9375rem ;
352
353
}
353
354
354
355
.navbar-custom .top-nav-regular .avatar-container .avatar-img-border {
You can’t perform that action at this time.
0 commit comments