fix line before shebang in script and fine-tune list page style
This commit is contained in:
@ -256,6 +256,7 @@ th.heart-icon {
|
||||
line-height: 1rem;
|
||||
padding-left: 0.3rem;
|
||||
padding-right: 0.2rem;
|
||||
padding-bottom: 0.4rem;
|
||||
}
|
||||
td.capsul-status {
|
||||
line-height: 1rem;
|
||||
@ -264,6 +265,10 @@ td.capsul-status {
|
||||
font-size: calc(0.4rem + 3.4vmin);
|
||||
padding-top: 0.2rem;
|
||||
}
|
||||
td.capsul-status-questionmark {
|
||||
padding: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
td.metrics img {
|
||||
margin-left: -1.2em;
|
||||
@ -278,6 +283,8 @@ th {
|
||||
}
|
||||
td {
|
||||
border-bottom: 2px dotted #777e7355;
|
||||
padding-top: 0.4rem;
|
||||
padding-bottom: 0.4rem;
|
||||
}
|
||||
.invalidated {
|
||||
text-decoration: line-through;
|
||||
|
Reference in New Issue
Block a user