This commit is contained in:
2026-05-11 11:44:13 +07:00
parent e19348313b
commit bad7fb907a
+2 -3
View File
@@ -406,7 +406,6 @@ function showGraph(show: boolean) {
} }
.hr { .hr {
width: 250px;
margin: 10px 0; margin: 10px 0;
} }
@@ -421,7 +420,7 @@ function showGraph(show: boolean) {
.scroll-y { .scroll-y {
overflow-y: auto; overflow-y: auto;
max-height: calc(100vh - 200px); max-height: calc(100vh - 250px);
} }
.scroll-y-right { .scroll-y-right {
@@ -464,7 +463,7 @@ function showGraph(show: boolean) {
@media (min-width: 1025px) { @media (min-width: 1025px) {
.center-block-custom { .center-block-custom {
width: 700px; width: calc(100vw - 750px);
margin: 0 auto; margin: 0 auto;
} }
} }