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