Fix minor wrapping issue
Signed-off-by: Luc Perkins <lucperkins@gmail.com>
This commit is contained in:
parent
5befd3f734
commit
47c71fb2aa
|
@ -201,3 +201,11 @@ $colors: mergeColorMaps(("orange": (lighten($orange, 5%), $orange-invert)), $col
|
|||
.tippy-tooltip
|
||||
border: 1px solid $grey-lighter
|
||||
color: $dark
|
||||
|
||||
.is-release-version
|
||||
display: flex
|
||||
justify-content: space-between
|
||||
flex-wrap: wrap
|
||||
|
||||
a
|
||||
margin-bottom: .5rem
|
||||
|
|
|
@ -36,20 +36,17 @@
|
|||
|
||||
<tr>
|
||||
<td>
|
||||
<nav class="level">
|
||||
<div class="level-left">
|
||||
<a href="{{ $githubUrl }}" class="is-size-5 is-size-6-mobile">
|
||||
{{ $name }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="is-release-version">
|
||||
<a href="{{ $githubUrl }}" class="is-size-5">
|
||||
{{ $name }}
|
||||
</a>
|
||||
|
||||
{{- if $isLatest }}
|
||||
<div class="level-right">
|
||||
<button class="button is-small is-success">
|
||||
LATEST
|
||||
</button>
|
||||
</div>
|
||||
<button class="button is-small is-success">
|
||||
LATEST
|
||||
</button>
|
||||
{{- end }}
|
||||
</nav>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="buttons">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
const tippyConfig={trigger:'click',content:'Link copied to clipboard',size:'large',duration:500}
|
||||
function showIfPastThreshold(threshold,element){const position=$(document).scrollTop();if(position>threshold){element.show();}}
|
||||
function copyDownloadLinksToClipboard(){const clipboard=new ClipboardJS('.is-clipboard');clipboard.on('success',function(e){const message=`Copied the link ${e.text} to clipboard`;});tippy('.is-clipboard',tippyConfig);}
|
||||
function copyDownloadLinksToClipboard(){const clipboard=new ClipboardJS('.is-clipboard');tippy('.is-clipboard',tippyConfig);}
|
||||
function arrowUp(){$('.is-arrow-up').click(function(){$('html,body').animate({scrollTop:0},'slow');});}
|
||||
function addAnchors(){const selectors='.is-inner-content h2, .is-inner-content h3, .is-inner-content h4';anchors.options={icon:'#'}
|
||||
anchors.add(selectors);}
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"Target":"js/app.min.e21870b5f4933385d2280d22b779b55017350eb2769ae8ca8cd2c420e514ac24.js","MediaType":"application/javascript","Data":{"Integrity":"sha256-4hhwtfSTM4XSKA0it3m1UBc1DrJ2mujKjNLEIOUUrCQ="}}
|
||||
{"Target":"js/app.min.981b9ff56eb72f69e246e1e8681f2c7e9d8b42dbcc9a9692a4e3480314d8850f.js","MediaType":"application/javascript","Data":{"Integrity":"sha256-mBuf9W63L2niRuHoaB8sfp2LQtvMmpaSpONIAxTYhQ8="}}
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
{"Target":"css/style.7948988962d3b2435262208fb0cef063ad360b9295a208a0532f1e1556b8de69.css","MediaType":"text/css","Data":{"Integrity":"sha256-eUiYiWLTskNSYiCPsM7wY602C5KVogigUy8eFVa43mk="}}
|
||||
{"Target":"css/style.b25fdeefb1e903c0f48d041f13553e8e6dd3ecc51948b1ea82c359a0ae82e190.css","MediaType":"text/css","Data":{"Integrity":"sha256-sl/e77HpA8D0jQQfE1U+jm3T7MUZSLHqgsNZoK6C4ZA="}}
|
Loading…
Reference in New Issue