mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-23 23:34:43 +08:00
Fix scrolling scale, other knot style fixes
This commit is contained in:
@@ -13,6 +13,10 @@ import PinTemplate from "./PinTemplate"
|
||||
export default class MinimalPinTemplate extends PinTemplate {
|
||||
|
||||
render() {
|
||||
return html`<div class="ueb-pin-icon">${this.renderIcon()}</div>`
|
||||
return html`
|
||||
<div class="ueb-pin-wrapper">
|
||||
<div class="ueb-pin-icon">${this.renderIcon()}</div>
|
||||
</div>
|
||||
`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user