From 87ed13ac7e47945e3c5e1ed94f5aade99d2cc5ae Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Thu, 4 Aug 2022 17:05:44 +0300 Subject: move tasks from sila-dev, lysak --- src/assets/styles/bmc/custom/_kvm.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/assets/styles/bmc') diff --git a/src/assets/styles/bmc/custom/_kvm.scss b/src/assets/styles/bmc/custom/_kvm.scss index a7223844..74b61c7e 100644 --- a/src/assets/styles/bmc/custom/_kvm.scss +++ b/src/assets/styles/bmc/custom/_kvm.scss @@ -1,12 +1,16 @@ #terminal-kvm { - height: calc(100vh - 300px); + height: 100vw; display: flex; &.full-window { - height: calc(100vh - 80px); + height: calc(100vh - 80px); } div:nth-child(1) { background: transparent !important; display: block !important; overflow: hidden !important; + canvas { + max-height: 579px; + max-width: 740px; + } } -} \ No newline at end of file +} -- cgit v1.2.3