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

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

Loading…
Cancel
Save