initial profile overhaul

This commit is contained in:
Henry Jameson 2025-07-29 17:38:08 +03:00
commit 79868aeeb9
11 changed files with 470 additions and 409 deletions

View file

@ -26,7 +26,24 @@
<style lang="scss">
/* popover styles load on-demand, so we need to override */
/* stylelint-disable block-no-empty */
.user-popover.popover {
.user-popover{
.user-card-inner {
display: flex;
}
&.popover {
overflow: hidden;
padding: 0.6em;
.user-info {
width: 30em;
}
.background-image {
max-height: 6em;
margin-bottom: -4.5em;
}
}
}
/* stylelint-enable block-no-empty */