[build] /static

This commit is contained in:
Markus Heiser 2021-09-07 17:48:56 +02:00
parent 0240ca9567
commit b0623ac9f6
15 changed files with 30 additions and 0 deletions

View File

@ -374,6 +374,14 @@
width: 100%; width: 100%;
margin: 10px 0; 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 this file is generated automatically by searx_extra/update/update_pygments.py
using pygments version 2.10.0 using pygments version 2.10.0

View File

@ -374,6 +374,14 @@
width: 100%; width: 100%;
margin: 10px 0; 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 this file is generated automatically by searx_extra/update/update_pygments.py
using pygments version 2.10.0 using pygments version 2.10.0

Binary file not shown.

View File

@ -374,6 +374,14 @@
width: 100%; width: 100%;
margin: 10px 0; 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 this file is generated automatically by searx_extra/update/update_pygments.py
using pygments version 2.10.0 using pygments version 2.10.0

Binary file not shown.

View File

@ -1841,6 +1841,9 @@ td:hover .engine-tooltip,
font-size: 1em; font-size: 1em;
} }
} }
.column-reliability .engine-tooltip {
right: 12rem;
}
#main_preferences form { #main_preferences form {
width: 100%; width: 100%;
} }

Binary file not shown.

View File

@ -1841,6 +1841,9 @@ td:hover .engine-tooltip,
font-size: 1em; font-size: 1em;
} }
} }
.column-reliability .engine-tooltip {
right: 12rem;
}
#main_preferences form { #main_preferences form {
width: 100%; width: 100%;
} }

Binary file not shown.