mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor fix (hide also timeline when size is constrained - same as for buttons)
This commit is contained in:
parent
45dd03864c
commit
899f725faa
2 changed files with 5 additions and 0 deletions
|
|
@ -468,6 +468,9 @@ footer a:hover {
|
|||
aside#sidebar a.button {
|
||||
display: none;
|
||||
}
|
||||
aside#sidebar div#timeline {
|
||||
display: none;
|
||||
}
|
||||
#main-content h1:before,
|
||||
#main-content h2:before,
|
||||
#main-content h3:before,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue