Avoid leaving the page on ribbon click
This commit is contained in:
parent
87babe55de
commit
fd2918b6cf
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
</head>
|
||||
|
||||
<body style="margin:0;height:100%;background:black;color:white;overflow:hidden; display:flex; flex-direction: column; justify-content: space-between; height: 100%;">
|
||||
<a class="github-fork-ribbon right-bottom" href="https://github.com/leaningtech/webvm/" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
|
||||
<a class="github-fork-ribbon right-bottom" href="https://github.com/leaningtech/webvm/" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
|
||||
<div>
|
||||
<div style="padding-top: 0.7em;padding-bottom: 0.7em;font-size: 0.3em; font-weight: 200;vertical-align:center;height: 120px;">
|
||||
<div style="margin-left: 20px; height: 100%; display: flex; align-items: center; justify-content: space-between;">
|
||||
|
|
Loading…
Add table
Reference in a new issue