update SDL3 from 3.2.20 to 3.4.2
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="@project_name@ Example: @category_name@/@example_name@">
|
||||
<meta property="og:description" content="@description@">
|
||||
<meta property="og:description" content="@short_description@">
|
||||
<meta property="og:image" content="@preview_image@" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/@project_name@/examples.css" />
|
||||
@@ -92,7 +92,7 @@
|
||||
|
||||
#output-container:hover,
|
||||
#output-container:focus-within {
|
||||
top: 50%;
|
||||
top: 20%;
|
||||
}
|
||||
|
||||
#output-container:focus-within {
|
||||
@@ -151,7 +151,7 @@
|
||||
|
||||
#source-code:hover,
|
||||
#source-code:focus-within {
|
||||
top: 50%;
|
||||
top: 20%;
|
||||
}
|
||||
|
||||
#source-code:focus-within {
|
||||
@@ -202,9 +202,9 @@
|
||||
<div id="content">
|
||||
<nav class="breadcrumb">
|
||||
<ul>
|
||||
<li><a href="/@project_name@">@project_name@</a></li>
|
||||
<li><a href="/@project_name@/@category_name@">@category_name@</a></li>
|
||||
<li><a href="/@project_name@/@category_name@/@example_name@">@example_name@</a></li>
|
||||
<li><a href="/@project_name@/">@project_name@</a></li>
|
||||
<li><a href="/@project_name@/@category_name@/">@category_name@</a></li>
|
||||
<li><a href="/@project_name@/@category_name@/@example_name@/">@example_name@</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<hr/>
|
||||
@@ -241,7 +241,7 @@
|
||||
return function(text) {
|
||||
var elem = document.getElementById('output-container');
|
||||
if (elem.style['top'] == '') {
|
||||
elem.style['top'] = '50%';
|
||||
elem.style['top'] = '20%';
|
||||
setTimeout(function() { elem.style['top'] = ''; }, 3000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user