UI fixes
This commit is contained in:
parent
d90608d8eb
commit
e5c4c0dc65
@ -70,14 +70,9 @@
|
||||
.info-table tr>td:first-child{
|
||||
white-space: nowrap
|
||||
}
|
||||
.ellipsis{
|
||||
td.ellipsis{
|
||||
max-width: 50vw;
|
||||
}
|
||||
@media (max-width: 720px) {
|
||||
.ellipsis{
|
||||
max-width: 280px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 720px) {
|
||||
header nav{
|
||||
grid-template-columns: auto 1fr auto;
|
||||
@ -86,6 +81,9 @@
|
||||
#wrap{
|
||||
margin-top: 4rem;
|
||||
}
|
||||
td.ellipsis{
|
||||
max-width: 280px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user