UI optimizations

This commit is contained in:
liyasthomas
2019-11-17 05:03:57 +05:30
parent a40d67138b
commit bac0db10a6
7 changed files with 126 additions and 192 deletions

View File

@@ -765,12 +765,14 @@ input[type="radio"]:checked + label + div.tab {
.inner-left {
display: flex;
order: 1;
margin-right: 16px;
}
.inner-right {
display: flex;
width: 25%;
order: 2;
height: calc(100vh - 80px)
}
@media (max-width: $responsiveWidth) {