This commit is contained in:
Владимир Фёдоров 2026-05-11 11:44:13 +07:00
parent e19348313b
commit bad7fb907a

View File

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