Fixed #5714 - Remove Drawer size
parent
9afdc650e0
commit
0250a5cfdd
|
@ -98,36 +98,6 @@ const theme = ({ dt }) => `
|
||||||
border-top-width: 1px;
|
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-left .p-drawer-content,
|
||||||
.p-drawer-right .p-drawer-content,
|
.p-drawer-right .p-drawer-content,
|
||||||
.p-drawer-top .p-drawer-content,
|
.p-drawer-top .p-drawer-content,
|
||||||
|
@ -136,15 +106,6 @@ const theme = ({ dt }) => `
|
||||||
height: 100%;
|
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 {
|
.p-drawer-open {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue