AykutSarac 2 rokov pred
rodič
commit
55d96945f6
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  1. 6 0
      src/components/CarbonAds/index.tsx

+ 6 - 0
src/components/CarbonAds/index.tsx

@@ -12,6 +12,12 @@ const StyledWrapper = styled.span`
     max-width: 100%;
     max-width: 100%;
     width: 100%;
     width: 100%;
   }
   }
+
+  @media all and (display-mode: standalone) {
+    #carbonads {
+      display: none;
+    }
+  }
 `;
 `;
 
 
 export const CarbonAds = () => {
 export const CarbonAds = () => {