Make WordPress Core

Ticket #60462: 60462.diff

File 60462.diff, 1.2 KB (added by twiddler, 15 months ago)
  • src/wp-content/themes/twentytwenty/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index b7ae83944c..6fe013eec6 100644
    a b th { 
    960960}
    961961
    962962.screen-height {
    963         min-height: 100vh;
     963        min-height: 100dvh;
    964964}
    965965
    966966.admin-bar .screen-height {
    967         min-height: calc(100vh - 32px);
     967        min-height: calc(100dvh - 32px);
    968968}
    969969
    970970@media (max-width: 782px) {
    971971
    972972        .admin-bar .screen-height {
    973                 min-height: calc(100vh - 46px);
     973                min-height: calc(100dvh - 46px);
    974974        }
    975975}
    976976
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index 0f87453139..6a629f3b2c 100644
    a b th { 
    966966}
    967967
    968968.screen-height {
    969         min-height: 100vh;
     969        min-height: 100dvh;
    970970}
    971971
    972972.admin-bar .screen-height {
    973         min-height: calc(100vh - 32px);
     973        min-height: calc(100dvh - 32px);
    974974}
    975975
    976976@media (max-width: 782px) {
    977977
    978978        .admin-bar .screen-height {
    979                 min-height: calc(100vh - 46px);
     979                min-height: calc(100dvh - 46px);
    980980        }
    981981}
    982982