forked from zaclys/searxng
[build] /static
This commit is contained in:
parent
0240ca9567
commit
b0623ac9f6
|
@ -374,6 +374,14 @@
|
|||
width: 100%;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.default-image-style {
|
||||
width: auto;
|
||||
max-height: 60px;
|
||||
min-height: 60px;
|
||||
}
|
||||
.col-stat {
|
||||
width: 10rem;
|
||||
}
|
||||
/*
|
||||
this file is generated automatically by searx_extra/update/update_pygments.py
|
||||
using pygments version 2.10.0
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -374,6 +374,14 @@
|
|||
width: 100%;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.default-image-style {
|
||||
width: auto;
|
||||
max-height: 60px;
|
||||
min-height: 60px;
|
||||
}
|
||||
.col-stat {
|
||||
width: 10rem;
|
||||
}
|
||||
/*
|
||||
this file is generated automatically by searx_extra/update/update_pygments.py
|
||||
using pygments version 2.10.0
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -374,6 +374,14 @@
|
|||
width: 100%;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.default-image-style {
|
||||
width: auto;
|
||||
max-height: 60px;
|
||||
min-height: 60px;
|
||||
}
|
||||
.col-stat {
|
||||
width: 10rem;
|
||||
}
|
||||
/*
|
||||
this file is generated automatically by searx_extra/update/update_pygments.py
|
||||
using pygments version 2.10.0
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1841,6 +1841,9 @@ td:hover .engine-tooltip,
|
|||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
.column-reliability .engine-tooltip {
|
||||
right: 12rem;
|
||||
}
|
||||
#main_preferences form {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1841,6 +1841,9 @@ td:hover .engine-tooltip,
|
|||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
.column-reliability .engine-tooltip {
|
||||
right: 12rem;
|
||||
}
|
||||
#main_preferences form {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue