mirror of
https://github.com/usestrix/strix.git
synced 2026-09-06 08:15:56 +00:00
fix: remove unintended margin from stats panel
This commit is contained in:
parent
7cfb2e9cf9
commit
eeaec4705c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ Screen {
|
|||
max-height: 15;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
margin-top: 1;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#vulnerabilities_panel {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue