Ver código fonte

fix https://github.com/logseq/logseq/issues/5455

llcc 3 anos atrás
pai
commit
ce8b3cb559
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      src/main/frontend/mobile/index.css

+ 0 - 2
src/main/frontend/mobile/index.css

@@ -186,13 +186,11 @@ html.is-native-android {
 
 html.is-zoomed-native-ios {
     .cp__footer {
-        bottom: 70px;
         height: 70px;
     }
     
     @media (orientation: landscape) {
         .cp__footer {
-            bottom: 50px;
             height: 50px;
         }
     }