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

View file

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