initial profile overhaul
This commit is contained in:
parent
38130fce90
commit
79868aeeb9
11 changed files with 470 additions and 409 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue