Chicago / design-cds-bootstrap

The Chicago Design System as a Bootstrap 4 theme
https://chicago.github.io/design-cds-bootstrap/
MIT License
8 stars 2 forks source link

top bar: new component busted in ipad tablet #40

Closed jdkunesh closed 4 years ago

jdkunesh commented 4 years ago

thumbnail_IMG_1081

mario-duran commented 4 years ago

Acknowledged. Will review on Safari, it works fine on Chrome and Firefox (tablet mode)

chrisjcalderon commented 4 years ago

Mario, it is an issue with the sag image icon on IOS - it is to large and for some reason it needs the height to be defined explicitly

add this to the css

.trust-seal-flag { max-height:25px; }

mario-duran commented 4 years ago

Done, it should work now. @jdkunesh please review and let us now.

chrisjcalderon commented 4 years ago

Mario,

Can you also modify this ? only the top and right - I need them set to zero, leave the rest of the class modifiers as is

.trust-seal-action::after { top:0; right:0;
}

jdkunesh commented 4 years ago

verified on ipad.