Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

toolbar.css 465B

1234567891011121314
  1. @media (orientation: landscape) {
  2. html[onsflag-iphonex-landscape] .toolbar__left {
  3. padding-left: var(--iphonex-safe-area-inset-left-landscape);
  4. }
  5. html[onsflag-iphonex-landscape] .toolbar__right {
  6. padding-right: var(--iphonex-safe-area-inset-right-landscape);
  7. }
  8. html[onsflag-iphonex-landscape] .bottom-bar {
  9. padding-right: var(--iphonex-safe-area-inset-right-landscape);
  10. padding-left: var(--iphonex-safe-area-inset-left-landscape);
  11. }
  12. }