mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 10:56:10 +00:00
Fixed Small-Device View
This commit is contained in:
parent
ccdd6286e1
commit
bb97cb9069
14
index.html
14
index.html
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user