mirror of
https://github.com/searxng/searxng.git
synced 2026-09-23 06:36:12 +00:00
[fix] video thumbnails on left side again (#6766)
- Imports video.less now to apply the stylesheet. - Ammends thumbnail_bg to dim the background and blur it more to make the thumbnail easier to see.
This commit is contained in:
@@ -322,7 +322,7 @@ article[data-vim-selected].category-social {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
filter: blur(0.25rem);
|
filter: blur(2rem) brightness(0.5);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1161,3 +1161,4 @@ pre code {
|
|||||||
@import "result_types/paper.less";
|
@import "result_types/paper.less";
|
||||||
@import "result_types/file.less";
|
@import "result_types/file.less";
|
||||||
@import "result_types/image.less";
|
@import "result_types/image.less";
|
||||||
|
@import "result_types/video.less";
|
||||||
|
|||||||
Reference in New Issue
Block a user