Remove unwanted css

This commit is contained in:
Ajay Bura 2022-04-24 15:55:05 +05:30
parent dc8e6e53c7
commit ed8eca0c1d

View file

@ -88,16 +88,3 @@
}
}
}
.settings-window {
@include screen.smallerThan(mobileBreakpoint) {
.pw__drawer p, .pw__drawer .header h4 {
display: none;
width: 0;
}
.pw__drawer {
width: fit-content;
}
}
}