Remove unwanted css
authorAjay Bura <ajbura@gmail.com>
Sun, 24 Apr 2022 10:25:05 +0000 (15:55 +0530)
committerAjay Bura <ajbura@gmail.com>
Sun, 24 Apr 2022 10:25:05 +0000 (15:55 +0530)
src/app/organisms/settings/Settings.scss

index ad48032139af5c251208fed7f5cc6f949c821ace..dac53d7a8e851473d8a85b46636d003a866f1e39 100644 (file)
     }
   }
 }
-
-.settings-window {
-  @include screen.smallerThan(mobileBreakpoint) {
-    .pw__drawer p, .pw__drawer .header h4 {
-      display: none;
-      width: 0;
-    }
-
-    .pw__drawer {
-      width: fit-content;
-    }
-  }
-}