Skip to content

Commit

Permalink
Fixed #5714 - Remove Drawer size
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed May 9, 2024
1 parent 9afdc65 commit 0250a5c
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions components/lib/drawer/style/DrawerStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,36 +98,6 @@ const theme = ({ dt }) => `
border-top-width: 1px;
}
.p-drawer-left .p-drawer-sm,
.p-drawer-right .p-drawer-sm {
width: 20rem;
}
.p-drawer-left .p-drawer-md,
.p-drawer-right .p-drawer-md {
width: 40rem;
}
.p-drawer-left .p-drawer-lg,
.p-drawer-right .p-drawer-lg {
width: 60rem;
}
.p-drawer-top .p-drawer-sm,
.p-drawer-bottom .p-drawer-sm {
height: 10rem;
}
.p-drawer-top .p-drawer-md,
.p-drawer-bottom .p-drawer-md {
height: 20rem;
}
.p-drawer-top .p-drawer-lg,
.p-drawer-bottom .p-drawer-lg {
height: 30rem;
}
.p-drawer-left .p-drawer-content,
.p-drawer-right .p-drawer-content,
.p-drawer-top .p-drawer-content,
Expand All @@ -136,15 +106,6 @@ const theme = ({ dt }) => `
height: 100%;
}
@media screen and (max-width: 64em) {
.p-drawer-left .p-drawer-lg,
.p-drawer-left .p-drawer-md,
.p-drawer-right .p-drawer-lg,
.p-drawer-right .p-drawer-md {
width: 20rem;
}
}
.p-drawer-open {
display: flex;
}
Expand Down

0 comments on commit 0250a5c

Please sign in to comment.