Fixed Small-Device View

This commit is contained in:
notsujansharma 2024-02-20 19:55:06 -05:00
parent ccdd6286e1
commit bb97cb9069

View File

@ -46,6 +46,17 @@
fill="currentColor" class="octo-body"></path>
</svg></a>
<style>
@media (max-width: 767px) {
#reverse-shell-selection {
max-height: 290px;
}
}
@media (min-width: 768px) {
#reverse-shell-selection {
max-height: 520px;
}
}
</style>
</head>
@ -245,8 +256,7 @@
<!-- Left column: Reverse shell selection -->
<div class="col-12 col-md-3">
<div id="reverse-shell-selection" class="list-group overflow-auto"
style="max-height: 490px">
<div id="reverse-shell-selection" class="list-group overflow-auto">
<!-- filled by init()-->
</div>
</div>