This commit is contained in:
Hugo Lextrait 2023-04-17 17:57:21 +02:00
parent 4c622ee26b
commit 7432bd4767
3 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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);
}
} }
} }
} }

View File

@ -1,3 +1,3 @@
{ {
"version": "v0.4.4" "version": "v0.4.5"
} }