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

toast.css 426B

12345678910111213
  1. @media (orientation: portrait) {
  2. html[onsflag-iphonex-portrait] .toast {
  3. bottom: var(--iphonex-safe-area-inset-bottom-portrait);
  4. }
  5. }
  6. @media (orientation: landscape) {
  7. html[onsflag-iphonex-landscape] .toast {
  8. left: calc(var(--iphonex-safe-area-inset-left-landscape) + 8px);
  9. right: calc(var(--iphonex-safe-area-inset-right-landscape) + 8px);
  10. bottom: var(--iphonex-safe-area-inset-bottom-landscape);
  11. }
  12. }