Skip to content

Commit

Permalink
restore full-width name row in compact mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Aug 28, 2024
1 parent 89ee1af commit e3c3d99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edit/edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,8 @@ i,
border-bottom: 1px dashed var(--c65);
padding: var(--pad05) var(--pad05) 0;
&:not(.sticky) {
display: block;
flex-direction: row;
flex-wrap: wrap;
}
&.sticky {
flex-direction: row;
Expand Down Expand Up @@ -991,6 +992,7 @@ i,
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
width: 100%;
#name,
> *:first-child {
flex-grow: 1;
Expand Down

0 comments on commit e3c3d99

Please sign in to comment.