webui: fix poster flicker. resolves #12847 (#12877)

This commit is contained in:
Diego Heras 2022-01-23 22:25:16 +01:00 committed by GitHub
parent 512f57f803
commit da3a5e705e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 5 deletions

View File

@ -301,6 +301,10 @@ table td.fit{
background-color: #d0ab44;
}
.tooltip {
pointer-events: none;
}
.tooltip-inner {
max-width: 500px !important;
}

View File

@ -978,7 +978,8 @@ function updateReleasesRow(row) {
TitleLink.data("toggle", "tooltip");
TitleLink.tooltip({
title: TitleTooltip,
html: true
html: true,
placement: "auto"
});
}

View File

@ -284,6 +284,10 @@ table td.fit{
background-color: #d0ab44;
}
.tooltip {
pointer-events: none;
}
.tooltip-inner {
max-width: 500px !important;
}

View File

@ -28,8 +28,8 @@
<link rel="stylesheet" type="text/css" href="../bootstrap/bootstrap.min.css?changed=2017083001">
<link rel="stylesheet" type="text/css" href="../animate.css?changed=2017083001">
<link rel="stylesheet" type="text/css" href="../css/tagify.css?changed=11662">
<link rel="stylesheet" type="text/css" href="../custom.css?changed=PR12772" media="only screen and (min-device-width: 480px)">
<link rel="stylesheet" type="text/css" href="../custom_mobile.css?changed=PR12772" media="only screen and (max-device-width: 480px)">
<link rel="stylesheet" type="text/css" href="../custom.css?changed=20220123" media="only screen and (min-device-width: 480px)">
<link rel="stylesheet" type="text/css" href="../custom_mobile.css?changed=20220123" media="only screen and (max-device-width: 480px)">
<link rel="stylesheet" type="text/css" href="../css/jquery.dataTables.min.css?changed=2017083001">
<link rel="stylesheet" type="text/css" href="../css/bootstrap-multiselect.css?changed=2017083001" />
<link rel="stylesheet" type="text/css" href="../css/font-awesome.min.css?changed=2017083001">
@ -743,6 +743,6 @@
</script>
<script type="text/javascript" src="../libs/api.js?changed=2017083001"></script>
<script type="text/javascript" src="../custom.js?changed=2022011001"></script>
<script type="text/javascript" src="../custom.js?changed=2022012301"></script>
</body>
</html>

View File

@ -16,7 +16,7 @@
<link href="../bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="../animate.css" rel="stylesheet">
<link href="../custom.css?changed=PR12083" rel="stylesheet">
<link href="../custom.css?changed=20220123" rel="stylesheet">
<title>Jackett</title>
</head>