2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-02-23 11:39:17 +08:00

bottom logo fix

This commit is contained in:
Ali Abid 2020-07-20 08:17:01 -07:00
parent e8d3ecdffe
commit cb7b76b5c3
4 changed files with 11 additions and 13 deletions
build/lib/gradio
static/css
templates
gradio
static/css
templates

View File

@ -87,12 +87,9 @@ button.secondary {
position: absolute;
left: 0;
right: 0;
bottom: 18pSx;
bottom: 18px;
height: 24px;
}
#credit a {
text-decoration: none;
color: cornflowerblue;
font-weight: bold;
#credit img {
height: 24px;
}

View File

@ -58,7 +58,9 @@
<table>
</table>
</div>
<div id="credit">Built with <a href="https://github.com/gradio-app/gradio" target="_blank">Gradio</a>.</div>
<div id="credit"><a href="https://github.com/gradio-app/gradio" target="_blank">
<img src="static/img/logo_inline.png">
</a></div>
<!-- VENDOR -->
<script src="../static/js/vendor/jquery.min.js"></script>
<script src="../static/js/vendor/html2canvas.min.js"></script>

View File

@ -90,9 +90,6 @@ button.secondary {
bottom: 18px;
height: 24px;
}
#credit a {
text-decoration: none;
color: cornflowerblue;
font-weight: bold;
#credit img {
height: 24px;
}

View File

@ -58,7 +58,9 @@
<table>
</table>
</div>
<div id="credit">Built with <a href="https://github.com/gradio-app/gradio" target="_blank">Gradio</a>.</div>
<div id="credit"><a href="https://github.com/gradio-app/gradio" target="_blank">
<img src="static/img/logo_inline.png">
</a></div>
<!-- VENDOR -->
<script src="../static/js/vendor/jquery.min.js"></script>
<script src="../static/js/vendor/html2canvas.min.js"></script>