pull/132/head
cagataycivici 2019-12-30 13:58:31 +03:00
commit 6e339ecb33
1 changed files with 18 additions and 0 deletions

View File

@ -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 { .clearfix {
display: inline-block; display: inline-block;