mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
style: Improve code formatting for better readability in CSS and JSX files
This commit is contained in:
parent
b51ae4f89d
commit
6c607634da
2 changed files with 11 additions and 6 deletions
|
|
@ -430,7 +430,10 @@ export function ScanDetailPage() {
|
|||
Compare with Previous
|
||||
</button>
|
||||
)}
|
||||
<span className={`status-badge ${scan.status}`} style={{ marginLeft: 'auto' }}>
|
||||
<span
|
||||
className={`status-badge ${scan.status}`}
|
||||
style={{ marginLeft: 'auto' }}
|
||||
>
|
||||
<span className={`status-dot ${scan.status}`}></span>
|
||||
{scan.status}
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -7507,7 +7507,10 @@ tbody tr.clickable:nth-child(even):hover td {
|
|||
}
|
||||
|
||||
.overview-page .overview-chart-grid {
|
||||
grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.72fr) minmax(220px, 0.68fr);
|
||||
grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.72fr) minmax(
|
||||
220px,
|
||||
0.68fr
|
||||
);
|
||||
gap: var(--space-4);
|
||||
margin-bottom: var(--space-5);
|
||||
}
|
||||
|
|
@ -8102,10 +8105,9 @@ tr.cursor td {
|
|||
}
|
||||
|
||||
.config-form-row {
|
||||
grid-template-columns: minmax(120px, 170px) minmax(220px, 1fr) minmax(
|
||||
120px,
|
||||
180px
|
||||
) auto;
|
||||
grid-template-columns:
|
||||
minmax(120px, 170px) minmax(220px, 1fr) minmax(120px, 180px)
|
||||
auto;
|
||||
}
|
||||
|
||||
.label-table th,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue