little fixes

This commit is contained in:
Adrien MALINGREY 2024-10-14 15:40:50 +02:00
parent 1f2ab88641
commit 2337fe1e60
2 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@
$BASEDIR = "{$_SERVER['REQUEST_SCHEME']}://{$_SERVER['SERVER_NAME']}:{$_SERVER['SERVER_PORT']}" . dirname($_SERVER['REQUEST_URI']); $BASEDIR = "{$_SERVER['REQUEST_SCHEME']}://{$_SERVER['SERVER_NAME']}:{$_SERVER['SERVER_PORT']}" . dirname($_SERVER['REQUEST_URI']);
$LANSCAN_OPTIONS = [ $LANSCAN_OPTIONS = [
'PS' => 'ssh,http,https,msrpc,microsoft-ds', 'PS' => 'microsoft-ds',
'F' => true, 'F' => true,
'T5' => true, 'T5' => true,
'stylesheet' => "$BASEDIR/lanScan.xsl" 'stylesheet' => "$BASEDIR/lanScan.xsl"

View File

@ -8,6 +8,10 @@ svg {
min-height: calc(100vh - 4.4285em - 2px); min-height: calc(100vh - 4.4285em - 2px);
} }
footer {
margin-bottom: 0;
}
.tagify { .tagify {
width: 100%; width: 100%;
border-radius: .28571429rem; border-radius: .28571429rem;