accout page cleanup
This commit is contained in:
parent
c91fb5ae92
commit
21f5e888f2
7 changed files with 241 additions and 159 deletions
|
|
@ -21,6 +21,18 @@
|
|||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.entity-head-main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 14px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.entity-head-main .avatar-photo-img,
|
||||
.entity-head-main .avatar-fallback {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.entity-title {
|
||||
color: var(--heading);
|
||||
font-size: 20px;
|
||||
|
|
@ -48,6 +60,13 @@
|
|||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.action-groups {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
||||
gap: 14px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.section-block,
|
||||
.action-dock,
|
||||
.surface {
|
||||
|
|
@ -704,6 +723,10 @@
|
|||
border-radius: var(--radius-sm);
|
||||
}
|
||||
|
||||
.attr-block + .attr-block {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.attr-block .duration-field input,
|
||||
.duration-field select {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue