fix: always show pin icon on the right

This commit is contained in:
Nybkox
2025-01-02 10:59:22 +01:00
parent ceb6a88964
commit a6f0bc78d4

View File

@@ -194,6 +194,12 @@
<slot />
<style>
.pin,
.pin-active {
position: absolute;
right: 0;
z-index: 150;
}
.main {
padding: 5px;
cursor: pointer;