generated from VLADIMIR/template_frontend
fix
This commit is contained in:
@@ -406,7 +406,6 @@ function showGraph(show: boolean) {
|
||||
}
|
||||
|
||||
.hr {
|
||||
width: 250px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
@@ -421,7 +420,7 @@ function showGraph(show: boolean) {
|
||||
|
||||
.scroll-y {
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 200px);
|
||||
max-height: calc(100vh - 250px);
|
||||
}
|
||||
|
||||
.scroll-y-right {
|
||||
@@ -464,7 +463,7 @@ function showGraph(show: boolean) {
|
||||
|
||||
@media (min-width: 1025px) {
|
||||
.center-block-custom {
|
||||
width: 700px;
|
||||
width: calc(100vw - 750px);
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user