layout update

- limit max width of feed content
- better profile image positioning
pull/2/head
OFF0 2 years ago
parent f7eb5ff7f6
commit 7621989b43
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA

@ -3,16 +3,16 @@
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-wrap: nowrap;
margin-bottom: 1rem;
}
.mbox .mbox-img {
align-self: flex-start;
flex-basis: 64px;
height: 64px;
align-self: center;
flex-basis: 4ch;
height: 4ch;
margin-right: 1rem;
width: 64px;
max-width: 4ch;
}
.mbox .mbox-header {
@ -27,5 +27,5 @@
flex-basis: calc(100% - 64px - 1rem);
flex-grow: 0;
flex-shrink: 1;
max-width: 84ch;
max-width: 96ch;
}

@ -1,6 +1,6 @@
.tabs {
position: relative;
max-width: 72ch;
max-width: 96ch;
min-height: 200px;
}

Loading…
Cancel
Save