Merge branch 'master' of https://github.com/primefaces/primevue
commit
6e339ecb33
|
@ -956,6 +956,24 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
.layout-config {
|
||||
top: 110px;
|
||||
height: calc(100% - 110px);
|
||||
transform: translate3d(100%,0,0);
|
||||
|
||||
.layout-config-button {
|
||||
left: auto;
|
||||
right: -52px;
|
||||
}
|
||||
|
||||
&.layout-config-active {
|
||||
width: 100%;
|
||||
transform: translate3d(0,0,0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
display: inline-block;
|
||||
|
||||
|
|
Loading…
Reference in New Issue