v0.4.5
This commit is contained in:
parent
4c622ee26b
commit
7432bd4767
@ -21,4 +21,4 @@ version: 0.0.1
|
|||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: 0.4.4
|
appVersion: 0.4.5
|
||||||
|
@ -71,9 +71,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.right-side {
|
.right-side {
|
||||||
min-width: calc(100vw - 83px);
|
min-width: calc(100vw - 389px);
|
||||||
padding: 64px 48px;
|
padding: 64px 48px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
|
@media (max-width: ($screen-m - 1px)) {
|
||||||
|
min-width: calc(100vw - 83px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "v0.4.4"
|
"version": "v0.4.5"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user