Pārlūkot izejas kodu

fix(mobile): x-icon for the page search input

charlie 4 mēneši atpakaļ
vecāks
revīzija
ec3964805c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/main/mobile/components/app.css

+ 1 - 1
src/main/mobile/components/app.css

@@ -386,7 +386,7 @@ html[data-silk-native-page-scroll-replaced=false] .app-silk-index-scroll-view {
       @apply absolute right-6 w-[18px] h-[18px] bg-gray-10 overflow-hidden
       rounded-full flex items-center justify-center text-gray-02 opacity-80;
 
-      top: calc(env(safe-area-inset-top, 0px) + 12px);
+      bottom: 22px;
     }
   }