Merge pull request #164 from NotSujanSharma/main

Fixed Small-Device View
This commit is contained in:
Ryan Montgomery 2024-02-26 12:09:17 -05:00 committed by GitHub
commit 49cb3b301a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>