layout update

- limit max width of feed content
- better profile image positioning
pull/2/head
OFF0 2022-11-11 19:26:40 +01:00
parent f7eb5ff7f6
commit 7621989b43
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA
2 changed files with 7 additions and 7 deletions

View File

@ -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;
}

View File

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