Frontend: Fixed follow request layout issues

This commit is contained in:
Natty 2024-01-12 13:45:45 +01:00
parent fdf9966ef6
commit 789852211b
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 3 additions and 0 deletions

View File

@ -240,6 +240,7 @@ definePageMetadata(
> .name {
flex-grow: 1;
overflow: auto;
> .name,
> .acct {
@ -309,6 +310,7 @@ definePageMetadata(
> .field {
display: flex;
gap: 8px;
padding: 0;
margin: 0;
align-items: center;
@ -319,6 +321,7 @@ definePageMetadata(
> .name {
flex-basis: 33%;
flex-shrink: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;