overview width

This commit is contained in:
cupcakearmy 2022-03-17 12:32:24 +01:00
parent f8fec27a5e
commit 624dbffc5f
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
position: absolute;
top: 0;
left: 40rem;
width: max-content;
width: calc(100vw - 51rem);
}
}
@ -47,7 +47,7 @@
a {
height: 1.4em;
display: inline-block;
max-width: 20rem;
max-width: calc(100% - 1.5rem);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;