Enlarge profile popup

This commit is contained in:
kvakazyambra 2024-05-09 12:04:55 +03:00
parent 138403dfc3
commit 2fa5a98933
2 changed files with 7 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export const ProfilePopup = (props: ProfilePopupProps) => {
const { t } = useLocalize()
return (
<Popup {...props} horizontalAnchor="right">
<Popup {...props} horizontalAnchor="right" popupCssClass={styles.profilePopup}>
<ul class="nodash">
<li>
<a class={styles.action} href={getPagePath(router, 'author', { slug: author().slug })}>

View File

@ -127,6 +127,12 @@
}
}
.profilePopup {
@include media-breakpoint-up(sm) {
min-width: 22rem;
}
}
// TODO: animation
// .popup {
// opacity: 1;