mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-21 23:56:26 +00:00
overview width
This commit is contained in:
parent
f8fec27a5e
commit
624dbffc5f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user