mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Lock satellite sidebar panel heights
This commit is contained in:
@@ -519,12 +519,21 @@ body {
|
||||
|
||||
.transmitters-panel,
|
||||
.packets-panel {
|
||||
flex-shrink: 0;
|
||||
min-height: 120px;
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.transmitters-panel {
|
||||
min-height: 190px;
|
||||
max-height: 190px;
|
||||
}
|
||||
|
||||
.packets-panel {
|
||||
min-height: 170px;
|
||||
max-height: 170px;
|
||||
}
|
||||
|
||||
.transmitters-panel .panel-content,
|
||||
.packets-panel .panel-content {
|
||||
height: auto;
|
||||
@@ -561,14 +570,16 @@ body {
|
||||
/* Pass list */
|
||||
.pass-list {
|
||||
flex: 0 0 auto;
|
||||
min-height: 180px;
|
||||
min-height: 220px;
|
||||
max-height: 220px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.gs-panel {
|
||||
flex: 0 0 auto;
|
||||
min-height: 240px;
|
||||
min-height: 300px;
|
||||
max-height: 300px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user