mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-05-05 15:30:34 +00:00
jj commit -m "packages/web: add paste/upload snapshot flows; unify inputs"
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I7cb4e2ee6962e5d343cd52da6524b3596a6a6964
This commit is contained in:
parent
697f1f1c73
commit
1541046669
4 changed files with 288 additions and 156 deletions
|
|
@ -183,6 +183,7 @@ body {
|
|||
align-items: center;
|
||||
gap: 2rem;
|
||||
padding-top: 4rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.upload-card {
|
||||
|
|
@ -1504,6 +1505,25 @@ body {
|
|||
border-radius: 0.75rem;
|
||||
}
|
||||
|
||||
.compare-placeholder-hint {
|
||||
margin-top: 0.75rem;
|
||||
font-size: 0.75rem;
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.compare-upload-section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.compare-more-needed {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.comparison-table {
|
||||
background: var(--card-bg);
|
||||
border: 1px solid var(--border-color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue