mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-09 20:39:14 +00:00
Fix screen layout (#993)
Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
This commit is contained in:
parent
2de7107c0a
commit
f8496c0235
@ -6,7 +6,7 @@
|
|||||||
flex-direction: column
|
flex-direction: column
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
height: calc(100vh - 70px)
|
height: calc(100% - 70px)
|
||||||
|
|
||||||
.TrafficPageHeader
|
.TrafficPageHeader
|
||||||
padding: 20px 24px
|
padding: 20px 24px
|
||||||
@ -18,7 +18,7 @@
|
|||||||
.TrafficPageStreamStatus
|
.TrafficPageStreamStatus
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|
||||||
|
|
||||||
.TrafficPageHeaderImage
|
.TrafficPageHeaderImage
|
||||||
width: 22px
|
width: 22px
|
||||||
@ -113,4 +113,4 @@
|
|||||||
.playPauseIcon
|
.playPauseIcon
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
margin-right: 15px
|
margin-right: 15px
|
||||||
height: 30px
|
height: 30px
|
||||||
|
@ -6,3 +6,4 @@ body
|
|||||||
.mizuApp
|
.mizuApp
|
||||||
color: $font-color
|
color: $font-color
|
||||||
width: 100%
|
width: 100%
|
||||||
|
height: 100%
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
@import './variables.module'
|
@import './variables.module'
|
||||||
|
|
||||||
|
#root
|
||||||
|
height: 100%
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body
|
body
|
||||||
height: 100%
|
height: 100%
|
||||||
@ -153,4 +156,4 @@ button
|
|||||||
|
|
||||||
// enable view elements inside redoc
|
// enable view elements inside redoc
|
||||||
.sc-dwsnSq
|
.sc-dwsnSq
|
||||||
height: 80vh !important
|
height: 80vh !important
|
||||||
|
Loading…
Reference in New Issue
Block a user