Fix some other styling

pull/1/head
Made Baruna 2021-03-19 02:19:32 +08:00
parent 0f32cdbad4
commit c7389bec05
1 changed files with 9 additions and 2 deletions

View File

@ -514,7 +514,7 @@
</td>
{#if sortBy === 'time' && ((pull.end && !sortOrder) || (pull.start && sortOrder))}
<td class="relative hidden xl:table-cell">
<div class="border-t border-gray-700 absolute left-0 top-0 z-10" style="width: 266px;" />
<div class="border-t border-gray-700 absolute left-0 top-0 z-10 border-start" style="width: 266px;" />
</td>
<td class="sticky w-0 hidden xl:table-cell pl-2" style="top: 8px;">
<div
@ -622,7 +622,7 @@
.group-bar {
width: 1px;
height: 317px;
height: 325px;
left: 0;
top: 17px;
@apply bg-white;
@ -659,4 +659,11 @@
padding-right: 17rem;
}
}
/* firefox bug */
@supports (-moz-appearance:none) {
.border-start {
top: -1px;
}
}
</style>