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 11## Unreleased version
22
3+ - Slightly reworked margins and position for avatar image to resolve an alignment issue on Safari.
34- Changed the width at which the navbar collapses to a higher threshold because most modern non-mobile browsers are >1000px
45- Fixed bug where navbar secondary level dropdown items didn't inherit te same colour as the primary navbar links
56- 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 {
311311 position : absolute;
312312 left : 50% ;
313313 width : 3.125rem ;
314- margin-top : 3.1 rem ;
314+ bottom : -1.5 rem ;
315315 transition : opacity 0.5s ease-in-out;
316316 -webkit-transition : opacity 0.5s ease-in-out;
317317 -moz-transition : opacity 0.5s ease-in-out;
@@ -349,6 +349,7 @@ img {
349349@media (min-width : 1200px ) {
350350 .navbar-custom .top-nav-regular .avatar-container {
351351 width : 6.25rem ;
352+ bottom : -1.9375rem ;
352353 }
353354
354355 .navbar-custom .top-nav-regular .avatar-container .avatar-img-border {
You can’t perform that action at this time.
0 commit comments