force popover to be a bit bigger

This commit is contained in:
FloatingGhost 2022-06-17 12:18:11 +01:00
parent 8c9356b9fd
commit 35dfb09e6f
1 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,11 @@
color: var(--text, $fallback--text);
}
}
.popover {
transform: translateX(-64px) translateY(5px);
min-width: 70%;
}
}
</style>