mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
Merge branch 'master' of github.com:benallfree/pockethost
This commit is contained in:
commit
4ea7a32ea6
@ -12,7 +12,7 @@
|
||||
</script>
|
||||
|
||||
<div class="copy-container">
|
||||
<Highlight language={typescript} {code} />
|
||||
<Highlight class="pre" language={typescript} {code} />
|
||||
|
||||
<div class="copy-button">
|
||||
<CopyButton {code} copy={handleCopy} />
|
||||
@ -30,5 +30,9 @@
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
.pre{
|
||||
margin-bottom: 0 ;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user