forked from zaclys/searxng
[build] /static
This commit is contained in:
parent
7cb5099c88
commit
30a9146bdc
|
@ -1844,6 +1844,11 @@ td:hover .engine-tooltip,
|
||||||
.column-reliability .engine-tooltip {
|
.column-reliability .engine-tooltip {
|
||||||
right: 12rem;
|
right: 12rem;
|
||||||
}
|
}
|
||||||
|
#tab-contentquery table td,
|
||||||
|
#tab-contentquery table th {
|
||||||
|
text-align: left !important;
|
||||||
|
height: 3rem;
|
||||||
|
}
|
||||||
#main_preferences form {
|
#main_preferences form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1844,6 +1844,11 @@ td:hover .engine-tooltip,
|
||||||
.column-reliability .engine-tooltip {
|
.column-reliability .engine-tooltip {
|
||||||
right: 12rem;
|
right: 12rem;
|
||||||
}
|
}
|
||||||
|
#tab-contentquery table td,
|
||||||
|
#tab-contentquery table th {
|
||||||
|
text-align: left !important;
|
||||||
|
height: 3rem;
|
||||||
|
}
|
||||||
#main_preferences form {
|
#main_preferences form {
|
||||||
width: 100%;
|
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