Переглянути джерело

fix(iPhone): notification position

leizhe 3 роки тому
батько
коміт
6a151937d7
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      src/main/frontend/components/header.css

+ 4 - 0
src/main/frontend/components/header.css

@@ -276,6 +276,10 @@ html.is-native-iphone {
         }
     }
     
+    .ui__notifications {
+        top: calc(var(--ls-headbar-height) + var(--ls-headbar-inner-top-padding) - 0.3rem);
+    }
+    
     @media (orientation: landscape) {
         --ls-headbar-inner-top-padding: 8px;
         --ls-headbar-height: 2.5rem;