Width/height weren't applying properly to the vault details icon due to the CSS being overridden by max-width: 100% on img elements - I didn't want to override this globally so instead I set min-width and min-height for the image
Cleaned up a TODO and moved px values over to rem
The navbar was also giving a console error because we had h1 elements nested inside each other, so I fixed it
Related Issue
Fixes #654
Motivation and Context
The dev console was throwing an error about nested H1 elements in the Navbar which is now fixed
The icon for the vault details page now shows up correctly
Description
max-width: 100%
onimg
elements - I didn't want to override this globally so instead I setmin-width
andmin-height
for the imagepx
values over torem
h1
elements nested inside each other, so I fixed itRelated Issue
Fixes #654
Motivation and Context
How Has This Been Tested?
Manual testing
Screenshots (if appropriate):
Large icon now shows up under Overview: